Html Css Color HEX #CFFA06 Electric Lime

📋 copy color: '#CFFA06'

red 207 ◦ green 250 ◦ blue 6

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

Shades of Electric Lime #CFFA06

Tints of Electric Lime #CFFA06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.3%

R = 44.71%
G = 54%
B = 1.3%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#CFFA06 (or 0xCFFA06) is known color: Electric Lime. HEX triplet: CF, FA and 06. RGB value is (207,250,6). Sum of RGB (Red+Green+Blue) = 207+250+6=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 250 (98.05% from 255 or 54.00% from 463); Blue value is 6 (2.73% from 255 or 1.30% from 463); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFA06 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFFA06 is #3005F9. Grayscale: #D2D2D2. Windows color (decimal): -3147258 or 457423. OLE color: 457423.

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

Color convert

RGB 207 250 6 -
CMYK 0.17 0 0.98 0.02
HSL 70.57º 0.96% 0.5% -
HSV(B) 70.57º 0.98% 0.98% -
XYZ 59.95 81.65 12.77 -
YUV 209.33 13.25 126.34 -
System Red Green Blue C M Y K H S L
Decimal 207 250 6 0.17 0 0.98 0.02 70.57 0.96 0.5
Hex CF FA 6 11 0 62 2 47 60 32
Octal 317 372 6 21 0 142 2 107 140 62
Binary 11001111 11111010 110 10001 0 1100010 10 1000111 1100000 110010

Color Harmonies of #CFFA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFFA06

Black with #CFFA06

Text Example


Text Example

White with #CFFA06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFFA06; }

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

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

background-color css

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

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

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

border-color css

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

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

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