Html Css Color HEX #CFF20A Electric Lime

📋 copy color: '#CFF20A'

red 207 ◦ green 242 ◦ blue 10

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

Shades of Electric Lime #CFF20A

Tints of Electric Lime #CFF20A

RGB

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

 GREEN value IS 242 (94.92% from 255) = 52.72%

 BLUE value IS 10 (4.3% from 255) = 2.18%

R = 45.1%
G = 52.72%
B = 2.18%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#CFF20A (or 0xCFF20A) is known color: Electric Lime. HEX triplet: CF, F2 and 0A. RGB value is (207,242,10). Sum of RGB (Red+Green+Blue) = 207+242+10=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 242 (94.92% from 255 or 52.72% from 459); Blue value is 10 (4.30% from 255 or 2.18% from 459); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF20A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF20A is #300DF5. Grayscale: #CDCDCD. Windows color (decimal): -3149302 or 717519. OLE color: 717519.

HSL color Cylindrical-coordinate representation of color #CFF20A: hue angle of 69.05º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CFF20A is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB 207 242 10 -
CMYK 0.14 0 0.96 0.05
HSL 69.05º 0.92% 0.49% -
HSV(B) 69.05º 0.96% 0.95% -
XYZ 57.54 76.79 12.08 -
YUV 205.09 17.9 129.36 -
System Red Green Blue C M Y K H S L
Decimal 207 242 10 0.14 0 0.96 0.05 69.05 0.92 0.49
Hex CF F2 A E 0 60 5 45 5C 31
Octal 317 362 12 16 0 140 5 105 134 61
Binary 11001111 11110010 1010 1110 0 1100000 101 1000101 1011100 110001

Color Harmonies of #CFF20A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF20A

Black with #CFF20A

Text Example


Text Example

White with #CFF20A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF20A; }

 p { color: rgb(207,242,10); }

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

background-color css

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

 a { background-color: rgb(207,242,10); }

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

border-color css

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

 span { border-color: rgb(207,242,10); }

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