Html Css Color HEX #CEF306 Electric Lime

📋 copy color: '#CEF306'

red 206 ◦ green 243 ◦ blue 6

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

Shades of Electric Lime #CEF306

Tints of Electric Lime #CEF306

RGB

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

 GREEN value IS 243 (95.31% from 255) = 53.41%

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

R = 45.27%
G = 53.41%
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

#CEF306 (or 0xCEF306) is known color: Electric Lime. HEX triplet: CE, F3 and 06. RGB value is (206,243,6). Sum of RGB (Red+Green+Blue) = 206+243+6=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 243 (95.31% from 255 or 53.41% from 455); Blue value is 6 (2.73% from 255 or 1.32% from 455); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF306 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF306 is #310CF9. Grayscale: #CDCDCD. Windows color (decimal): -3214586 or 455630. OLE color: 455630.

HSL color Cylindrical-coordinate representation of color #CEF306: hue angle of 69.37º 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 #CEF306 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 243 6 -
CMYK 0.15 0 0.98 0.05
HSL 69.37º 0.95% 0.49% -
HSV(B) 69.37º 0.98% 0.95% -
XYZ 57.54 77.24 12.05 -
YUV 204.92 15.74 128.77 -
System Red Green Blue C M Y K H S L
Decimal 206 243 6 0.15 0 0.98 0.05 69.37 0.95 0.49
Hex CE F3 6 F 0 62 5 45 5F 31
Octal 316 363 6 17 0 142 5 105 137 61
Binary 11001110 11110011 110 1111 0 1100010 101 1000101 1011111 110001

Color Harmonies of #CEF306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF306

Black with #CEF306

Text Example


Text Example

White with #CEF306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF306; }

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

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

background-color css

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

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

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

border-color css

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

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

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