Html Css Color HEX #CEFD1F Electric Lime

📋 copy color: '#CEFD1F'

red 206 ◦ green 253 ◦ blue 31

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

Shades of Electric Lime #CEFD1F

Tints of Electric Lime #CEFD1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.33%

R = 42.04%
G = 51.63%
B = 6.33%

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

#CEFD1F (or 0xCEFD1F) is known color: Electric Lime. HEX triplet: CE, FD and 1F. RGB value is (206,253,31). Sum of RGB (Red+Green+Blue) = 206+253+31=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 253 (99.22% from 255 or 51.63% from 490); Blue value is 31 (12.5% from 255 or 6.33% from 490); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFD1F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFD1F is #3102E0. Grayscale: #D6D6D6. Windows color (decimal): -3212001 or 2096590. OLE color: 2096590.

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

Color convert

RGB 206 253 31 -
CMYK 0.19 0 0.88 0.01
HSL 72.7º 0.98% 0.56% -
HSV(B) 72.7º 0.88% 0.99% -
XYZ 60.83 83.47 14.2 -
YUV 213.64 24.93 122.55 -
System Red Green Blue C M Y K H S L
Decimal 206 253 31 0.19 0 0.88 0.01 72.7 0.98 0.56
Hex CE FD 1F 13 0 58 1 49 62 38
Octal 316 375 37 23 0 130 1 111 142 70
Binary 11001110 11111101 11111 10011 0 1011000 1 1001001 1100010 111000

Color Harmonies of #CEFD1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFD1F

Black with #CEFD1F

Text Example


Text Example

White with #CEFD1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFD1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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