Html Css Color HEX #CFF10A Electric Lime

📋 copy color: '#CFF10A'

red 207 ◦ green 241 ◦ blue 10

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

Shades of Electric Lime #CFF10A

Tints of Electric Lime #CFF10A

RGB

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

 GREEN value IS 241 (94.53% from 255) = 52.62%

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

R = 45.2%
G = 52.62%
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

#CFF10A (or 0xCFF10A) is known color: Electric Lime. HEX triplet: CF, F1 and 0A. RGB value is (207,241,10). Sum of RGB (Red+Green+Blue) = 207+241+10=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 241 (94.53% from 255 or 52.62% from 458); Blue value is 10 (4.30% from 255 or 2.18% from 458); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF10A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF10A is #300EF5. Grayscale: #CDCDCD. Windows color (decimal): -3149558 or 717263. OLE color: 717263.

HSL color Cylindrical-coordinate representation of color #CFF10A: hue angle of 68.83º 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 #CFF10A is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB 207 241 10 -
CMYK 0.14 0 0.96 0.05
HSL 68.83º 0.92% 0.49% -
HSV(B) 68.83º 0.96% 0.95% -
XYZ 57.24 76.2 11.98 -
YUV 204.5 18.24 129.78 -
System Red Green Blue C M Y K H S L
Decimal 207 241 10 0.14 0 0.96 0.05 68.83 0.92 0.49
Hex CF F1 A E 0 60 5 45 5C 31
Octal 317 361 12 16 0 140 5 105 134 61
Binary 11001111 11110001 1010 1110 0 1100000 101 1000101 1011100 110001

Color Harmonies of #CFF10A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF10A

Black with #CFF10A

Text Example


Text Example

White with #CFF10A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF10A; }

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

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

background-color css

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

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

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

border-color css

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

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

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