Html Css Color HEX #CEFF1E Electric Lime

📋 copy color: '#CEFF1E'

red 206 ◦ green 255 ◦ blue 30

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

Shades of Electric Lime #CEFF1E

Tints of Electric Lime #CEFF1E

RGB

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

 GREEN value IS 255 (100% from 255) = 51.93%

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

R = 41.96%
G = 51.93%
B = 6.11%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#CEFF1E (or 0xCEFF1E) is known color: Electric Lime. HEX triplet: CE, FF and 1E. RGB value is (206,255,30). Sum of RGB (Red+Green+Blue) = 206+255+30=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 255 (100% from 255 or 51.93% from 491); Blue value is 30 (12.11% from 255 or 6.11% from 491); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFF1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFF1E is #3100E1. Grayscale: #D7D7D7. Windows color (decimal): -3211490 or 2031566. OLE color: 2031566.

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

Color convert

RGB 206 255 30 -
CMYK 0.19 0 0.88 0
HSL 73.07º 1% 0.56% -
HSV(B) 73.07º 0.88% 1% -
XYZ 61.45 84.74 14.35 -
YUV 214.7 23.77 121.8 -
System Red Green Blue C M Y K H S L
Decimal 206 255 30 0.19 0 0.88 0 73.07 1 0.56
Hex CE FF 1E 13 0 58 0 49 64 38
Octal 316 377 36 23 0 130 0 111 144 70
Binary 11001110 11111111 11110 10011 0 1011000 0 1001001 1100100 111000

Color Harmonies of #CEFF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFF1E

Black with #CEFF1E

Text Example


Text Example

White with #CEFF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFF1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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