Html Css Color HEX #CEF10F Electric Lime

📋 copy color: '#CEF10F'

red 206 ◦ green 241 ◦ blue 15

#CEF10F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Lime #CEF10F

Tints of Electric Lime #CEF10F

RGB

 RED value IS 206 (80.86% from 255) = 44.59%

 GREEN value IS 241 (94.53% from 255) = 52.16%

 BLUE value IS 15 (6.25% from 255) = 3.25%

R = 44.59%
G = 52.16%
B = 3.25%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.94

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CEF10F (or 0xCEF10F) is known color: Electric Lime. HEX triplet: CE, F1 and 0F. RGB value is (206,241,15). Sum of RGB (Red+Green+Blue) = 206+241+15=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 241 (94.53% from 255 or 52.16% from 462); Blue value is 15 (6.25% from 255 or 3.25% from 462); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF10F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF10F is #310EF0. Grayscale: #CDCDCD. Windows color (decimal): -3215089 or 1044942. OLE color: 1044942.

HSL color Cylindrical-coordinate representation of color #CEF10F: hue angle of 69.29º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CEF10F is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 241 15 -
CMYK 0.15 0 0.94 0.05
HSL 69.29º 0.89% 0.5% -
HSV(B) 69.29º 0.94% 0.95% -
XYZ 57 76.07 12.13 -
YUV 204.77 20.9 128.88 -
System Red Green Blue C M Y K H S L
Decimal 206 241 15 0.15 0 0.94 0.05 69.29 0.89 0.5
Hex CE F1 F F 0 5E 5 45 59 32
Octal 316 361 17 17 0 136 5 105 131 62
Binary 11001110 11110001 1111 1111 0 1011110 101 1000101 1011001 110010

Color Harmonies of #CEF10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF10F

Black with #CEF10F

Text Example


Text Example

White with #CEF10F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF10F; }

 p { color: rgb(206,241,15); }

 H1.HeaderClassName
 {
   color: #CEF10F;
 }
 .AnyTagClassName
 {
   color: #CEF10F;
 }
</style>

background-color css

<style>
 a { background-color: #CEF10F; }

 a { background-color: rgb(206,241,15); }

 div.DivClassName
 {
   background-color: #CEF10F;
 }
 .BgClassName
 {
   background-color: #CEF10F;
 }
</style>

border-color css

<style>
 span { border-color: #CEF10F; }

 span { border-color: rgb(206,241,15); }

 td.TdClassName
 {
   border-color: #CEF10F;
 }
 .TagClassName
 {
   border-color: #CEF10F;
 }
</style>