Html Css Color HEX #CFFD1E Electric Lime

📋 copy color: '#CFFD1E'

red 207 ◦ green 253 ◦ blue 30

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

Shades of Electric Lime #CFFD1E

Tints of Electric Lime #CFFD1E

RGB

 RED value IS 207 (81.25% from 255) = 42.24%

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

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

R = 42.24%
G = 51.63%
B = 6.12%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#CFFD1E (or 0xCFFD1E) is known color: Electric Lime. HEX triplet: CF, FD and 1E. RGB value is (207,253,30). Sum of RGB (Red+Green+Blue) = 207+253+30=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 253 (99.22% from 255 or 51.63% from 490); Blue value is 30 (12.11% from 255 or 6.12% from 490); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFD1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFFD1E is #3002E1. Grayscale: #D6D6D6. Windows color (decimal): -3146466 or 2031055. OLE color: 2031055.

HSL color Cylindrical-coordinate representation of color #CFFD1E: hue angle of 72.38º 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 #CFFD1E is Cyan = 0.18, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.01.

Color convert

RGB 207 253 30 -
CMYK 0.18 0 0.88 0.01
HSL 72.38º 0.98% 0.55% -
HSV(B) 72.38º 0.88% 0.99% -
XYZ 61.09 83.61 14.15 -
YUV 213.82 24.26 123.13 -
System Red Green Blue C M Y K H S L
Decimal 207 253 30 0.18 0 0.88 0.01 72.38 0.98 0.55
Hex CF FD 1E 12 0 58 1 48 62 37
Octal 317 375 36 22 0 130 1 110 142 67
Binary 11001111 11111101 11110 10010 0 1011000 1 1001000 1100010 110111

Color Harmonies of #CFFD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFFD1E

Black with #CFFD1E

Text Example


Text Example

White with #CFFD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFFD1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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