Html Css Color HEX #CFFA1E Electric Lime

📋 copy color: '#CFFA1E'

red 207 ◦ green 250 ◦ blue 30

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

Shades of Electric Lime #CFFA1E

Tints of Electric Lime #CFFA1E

RGB

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

 GREEN value IS 250 (98.05% from 255) = 51.33%

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

R = 42.51%
G = 51.33%
B = 6.16%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#CFFA1E (or 0xCFFA1E) is known color: Electric Lime. HEX triplet: CF, FA and 1E. RGB value is (207,250,30). Sum of RGB (Red+Green+Blue) = 207+250+30=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 250 (98.05% from 255 or 51.33% from 487); Blue value is 30 (12.11% from 255 or 6.16% from 487); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFA1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFFA1E is #3005E1. Grayscale: #D4D4D4. Windows color (decimal): -3147234 or 2030287. OLE color: 2030287.

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

Color convert

RGB 207 250 30 -
CMYK 0.17 0 0.88 0.02
HSL 71.73º 0.96% 0.55% -
HSV(B) 71.73º 0.88% 0.98% -
XYZ 60.15 81.73 13.83 -
YUV 212.06 25.25 124.39 -
System Red Green Blue C M Y K H S L
Decimal 207 250 30 0.17 0 0.88 0.02 71.73 0.96 0.55
Hex CF FA 1E 11 0 58 2 48 60 37
Octal 317 372 36 21 0 130 2 110 140 67
Binary 11001111 11111010 11110 10001 0 1011000 10 1001000 1100000 110111

Color Harmonies of #CFFA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFFA1E

Black with #CFFA1E

Text Example


Text Example

White with #CFFA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFFA1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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