Html Css Color HEX #CFFA05 Electric Lime

📋 copy color: '#CFFA05'

red 207 ◦ green 250 ◦ blue 5

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

Shades of Electric Lime #CFFA05

Tints of Electric Lime #CFFA05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.08%

R = 44.81%
G = 54.11%
B = 1.08%

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

#CFFA05 (or 0xCFFA05) is known color: Electric Lime. HEX triplet: CF, FA and 05. RGB value is (207,250,5). Sum of RGB (Red+Green+Blue) = 207+250+5=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 250 (98.05% from 255 or 54.11% from 462); Blue value is 5 (2.34% from 255 or 1.08% from 462); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFA05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFFA05 is #3005FA. Grayscale: #D2D2D2. Windows color (decimal): -3147259 or 391887. OLE color: 391887.

HSL color Cylindrical-coordinate representation of color #CFFA05: hue angle of 70.53º 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 #CFFA05 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

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

Color Harmonies of #CFFA05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFFA05

Black with #CFFA05

Text Example


Text Example

White with #CFFA05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFFA05; }

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

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

background-color css

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

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

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

border-color css

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

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

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