Html Css Color HEX #CEF206 Electric Lime

📋 copy color: '#CEF206'

red 206 ◦ green 242 ◦ blue 6

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

Shades of Electric Lime #CEF206

Tints of Electric Lime #CEF206

RGB

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

 GREEN value IS 242 (94.92% from 255) = 53.3%

 BLUE value IS 6 (2.73% from 255) = 1.32%

R = 45.37%
G = 53.3%
B = 1.32%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#CEF206 (or 0xCEF206) is known color: Electric Lime. HEX triplet: CE, F2 and 06. RGB value is (206,242,6). Sum of RGB (Red+Green+Blue) = 206+242+6=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 242 (94.92% from 255 or 53.30% from 454); Blue value is 6 (2.73% from 255 or 1.32% from 454); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF206 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF206 is #310DF9. Grayscale: #CDCDCD. Windows color (decimal): -3214842 or 455374. OLE color: 455374.

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

Color convert

RGB 206 242 6 -
CMYK 0.15 0 0.98 0.05
HSL 69.15º 0.95% 0.49% -
HSV(B) 69.15º 0.98% 0.95% -
XYZ 57.24 76.64 11.95 -
YUV 204.33 16.07 129.19 -
System Red Green Blue C M Y K H S L
Decimal 206 242 6 0.15 0 0.98 0.05 69.15 0.95 0.49
Hex CE F2 6 F 0 62 5 45 5F 31
Octal 316 362 6 17 0 142 5 105 137 61
Binary 11001110 11110010 110 1111 0 1100010 101 1000101 1011111 110001

Color Harmonies of #CEF206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF206

Black with #CEF206

Text Example


Text Example

White with #CEF206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF206; }

 p { color: rgb(206,242,6); }

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

background-color css

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

 a { background-color: rgb(206,242,6); }

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

border-color css

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

 span { border-color: rgb(206,242,6); }

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