Html Css Color HEX #CEFC02 Electric Lime

📋 copy color: '#CEFC02'

red 206 ◦ green 252 ◦ blue 2

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

Shades of Electric Lime #CEFC02

Tints of Electric Lime #CEFC02

RGB

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

 GREEN value IS 252 (98.83% from 255) = 54.78%

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

R = 44.78%
G = 54.78%
B = 0.43%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#CEFC02 (or 0xCEFC02) is known color: Electric Lime. HEX triplet: CE, FC and 02. RGB value is (206,252,2). Sum of RGB (Red+Green+Blue) = 206+252+2=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 252 (98.83% from 255 or 54.78% from 460); Blue value is 2 (1.17% from 255 or 0.43% from 460); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFC02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEFC02 is #3103FD. Grayscale: #D2D2D2. Windows color (decimal): -3212286 or 195790. OLE color: 195790.

HSL color Cylindrical-coordinate representation of color #CEFC02: hue angle of 71.04º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CEFC02 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.

Color convert

RGB 206 252 2 -
CMYK 0.18 0 0.99 0.01
HSL 71.04º 0.98% 0.5% -
HSV(B) 71.04º 0.99% 0.99% -
XYZ 60.27 82.75 12.85 -
YUV 209.75 10.76 125.33 -
System Red Green Blue C M Y K H S L
Decimal 206 252 2 0.18 0 0.99 0.01 71.04 0.98 0.5
Hex CE FC 2 12 0 63 1 47 62 32
Octal 316 374 2 22 0 143 1 107 142 62
Binary 11001110 11111100 10 10010 0 1100011 1 1000111 1100010 110010

Color Harmonies of #CEFC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFC02

Black with #CEFC02

Text Example


Text Example

White with #CEFC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFC02; }

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

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

background-color css

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

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

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

border-color css

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

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

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