Html Css Color HEX #CFFA08 Electric Lime

📋 copy color: '#CFFA08'

red 207 ◦ green 250 ◦ blue 8

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

Shades of Electric Lime #CFFA08

Tints of Electric Lime #CFFA08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.72%

R = 44.52%
G = 53.76%
B = 1.72%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#CFFA08 (or 0xCFFA08) is known color: Electric Lime. HEX triplet: CF, FA and 08. RGB value is (207,250,8). Sum of RGB (Red+Green+Blue) = 207+250+8=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 250 (98.05% from 255 or 53.76% from 465); Blue value is 8 (3.52% from 255 or 1.72% from 465); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFA08 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFFA08 is #3005F7. Grayscale: #D2D2D2. Windows color (decimal): -3147256 or 588495. OLE color: 588495.

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

Color convert

RGB 207 250 8 -
CMYK 0.17 0 0.97 0.02
HSL 70.66º 0.96% 0.51% -
HSV(B) 70.66º 0.97% 0.98% -
XYZ 59.96 81.65 12.83 -
YUV 209.56 14.25 126.18 -
System Red Green Blue C M Y K H S L
Decimal 207 250 8 0.17 0 0.97 0.02 70.66 0.96 0.51
Hex CF FA 8 11 0 61 2 47 60 33
Octal 317 372 10 21 0 141 2 107 140 63
Binary 11001111 11111010 1000 10001 0 1100001 10 1000111 1100000 110011

Color Harmonies of #CFFA08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFFA08

Black with #CFFA08

Text Example


Text Example

White with #CFFA08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFFA08; }

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

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

background-color css

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

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

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

border-color css

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

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

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