Html Css Color HEX #CEF202 Electric Lime

📋 copy color: '#CEF202'

red 206 ◦ green 242 ◦ blue 2

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

Shades of Electric Lime #CEF202

Tints of Electric Lime #CEF202

RGB

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

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

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

R = 45.78%
G = 53.78%
B = 0.44%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#CEF202 (or 0xCEF202) is known color: Electric Lime. HEX triplet: CE, F2 and 02. RGB value is (206,242,2). Sum of RGB (Red+Green+Blue) = 206+242+2=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 242 (94.92% from 255 or 53.78% from 450); Blue value is 2 (1.17% from 255 or 0.44% from 450); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF202 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF202 is #310DFD. Grayscale: #CCCCCC. Windows color (decimal): -3214846 or 193230. OLE color: 193230.

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

Color convert

RGB 206 242 2 -
CMYK 0.15 0 0.99 0.05
HSL 69º 0.98% 0.48% -
HSV(B) 69º 0.99% 0.95% -
XYZ 57.22 76.63 11.83 -
YUV 203.88 14.07 129.51 -
System Red Green Blue C M Y K H S L
Decimal 206 242 2 0.15 0 0.99 0.05 69 0.98 0.48
Hex CE F2 2 F 0 63 5 45 62 30
Octal 316 362 2 17 0 143 5 105 142 60
Binary 11001110 11110010 10 1111 0 1100011 101 1000101 1100010 110000

Color Harmonies of #CEF202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF202

Black with #CEF202

Text Example


Text Example

White with #CEF202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF202; }

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

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

background-color css

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

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

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

border-color css

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

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

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