Html Css Color HEX #CEF602 Electric Lime

📋 copy color: '#CEF602'

red 206 ◦ green 246 ◦ blue 2

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

Shades of Electric Lime #CEF602

Tints of Electric Lime #CEF602

RGB

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

 GREEN value IS 246 (96.48% from 255) = 54.19%

 BLUE value IS 2 (1.17% from 255) = 0.44%

R = 45.37%
G = 54.19%
B = 0.44%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#CEF602 (or 0xCEF602) is known color: Electric Lime. HEX triplet: CE, F6 and 02. RGB value is (206,246,2). Sum of RGB (Red+Green+Blue) = 206+246+2=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 246 (96.48% from 255 or 54.19% from 454); Blue value is 2 (1.17% from 255 or 0.44% from 454); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF602 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF602 is #3109FD. Grayscale: #CFCFCF. Windows color (decimal): -3213822 or 194254. OLE color: 194254.

HSL color Cylindrical-coordinate representation of color #CEF602: hue angle of 69.84º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CEF602 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.

Color convert

RGB 206 246 2 -
CMYK 0.16 0 0.99 0.04
HSL 69.84º 0.98% 0.49% -
HSV(B) 69.84º 0.99% 0.96% -
XYZ 58.42 79.04 12.23 -
YUV 206.22 12.75 127.84 -
System Red Green Blue C M Y K H S L
Decimal 206 246 2 0.16 0 0.99 0.04 69.84 0.98 0.49
Hex CE F6 2 10 0 63 4 46 62 31
Octal 316 366 2 20 0 143 4 106 142 61
Binary 11001110 11110110 10 10000 0 1100011 100 1000110 1100010 110001

Color Harmonies of #CEF602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF602

Black with #CEF602

Text Example


Text Example

White with #CEF602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF602; }

 p { color: rgb(206,246,2); }

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

background-color css

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

 a { background-color: rgb(206,246,2); }

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

border-color css

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

 span { border-color: rgb(206,246,2); }

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