Html Css Color HEX #CEFD1E Electric Lime

📋 copy color: '#CEFD1E'

red 206 ◦ green 253 ◦ blue 30

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

Shades of Electric Lime #CEFD1E

Tints of Electric Lime #CEFD1E

RGB

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

 GREEN value IS 253 (99.22% from 255) = 51.74%

 BLUE value IS 30 (12.11% from 255) = 6.13%

R = 42.13%
G = 51.74%
B = 6.13%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#CEFD1E (or 0xCEFD1E) is known color: Electric Lime. HEX triplet: CE, FD and 1E. RGB value is (206,253,30). Sum of RGB (Red+Green+Blue) = 206+253+30=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 253 (99.22% from 255 or 51.74% from 489); Blue value is 30 (12.11% from 255 or 6.13% from 489); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFD1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFD1E is #3102E1. Grayscale: #D6D6D6. Windows color (decimal): -3212002 or 2031054. OLE color: 2031054.

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

Color convert

RGB 206 253 30 -
CMYK 0.19 0 0.88 0.01
HSL 72.65º 0.98% 0.55% -
HSV(B) 72.65º 0.88% 0.99% -
XYZ 60.81 83.47 14.13 -
YUV 213.53 24.43 122.63 -
System Red Green Blue C M Y K H S L
Decimal 206 253 30 0.19 0 0.88 0.01 72.65 0.98 0.55
Hex CE FD 1E 13 0 58 1 49 62 37
Octal 316 375 36 23 0 130 1 111 142 67
Binary 11001110 11111101 11110 10011 0 1011000 1 1001001 1100010 110111

Color Harmonies of #CEFD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFD1E

Black with #CEFD1E

Text Example


Text Example

White with #CEFD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFD1E; }

 p { color: rgb(206,253,30); }

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

background-color css

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

 a { background-color: rgb(206,253,30); }

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

border-color css

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

 span { border-color: rgb(206,253,30); }

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