Html Css Color HEX #CFFA0F Electric Lime

📋 copy color: '#CFFA0F'

red 207 ◦ green 250 ◦ blue 15

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

Shades of Electric Lime #CFFA0F

Tints of Electric Lime #CFFA0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.18%

R = 43.86%
G = 52.97%
B = 3.18%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#CFFA0F (or 0xCFFA0F) is known color: Electric Lime. HEX triplet: CF, FA and 0F. RGB value is (207,250,15). Sum of RGB (Red+Green+Blue) = 207+250+15=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 250 (98.05% from 255 or 52.97% from 472); Blue value is 15 (6.25% from 255 or 3.18% from 472); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFA0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFFA0F is #3005F0. Grayscale: #D3D3D3. Windows color (decimal): -3147249 or 1047247. OLE color: 1047247.

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

Color convert

RGB 207 250 15 -
CMYK 0.17 0 0.94 0.02
HSL 70.98º 0.96% 0.52% -
HSV(B) 70.98º 0.94% 0.98% -
XYZ 60 81.67 13.05 -
YUV 210.35 17.75 125.61 -
System Red Green Blue C M Y K H S L
Decimal 207 250 15 0.17 0 0.94 0.02 70.98 0.96 0.52
Hex CF FA F 11 0 5E 2 47 60 34
Octal 317 372 17 21 0 136 2 107 140 64
Binary 11001111 11111010 1111 10001 0 1011110 10 1000111 1100000 110100

Color Harmonies of #CFFA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFFA0F

Black with #CFFA0F

Text Example


Text Example

White with #CFFA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFFA0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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