Html Css Color HEX #C7FA06 Electric Lime

📋 copy color: '#C7FA06'

red 199 ◦ green 250 ◦ blue 6

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

Shades of Electric Lime #C7FA06

Tints of Electric Lime #C7FA06

RGB

 RED value IS 199 (78.13% from 255) = 43.74%

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

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

R = 43.74%
G = 54.95%
B = 1.32%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#C7FA06 (or 0xC7FA06) is known color: Electric Lime. HEX triplet: C7, FA and 06. RGB value is (199,250,6). Sum of RGB (Red+Green+Blue) = 199+250+6=455 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.74% from 455); Green value is 250 (98.05% from 255 or 54.95% from 455); Blue value is 6 (2.73% from 255 or 1.32% from 455); Max value from RGB is 250 - color contains mainly: green. Hex color #C7FA06 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7FA06 is #3805F9. Grayscale: #CFCFCF. Windows color (decimal): -3671546 or 457415. OLE color: 457415.

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

Color convert

RGB 199 250 6 -
CMYK 0.20 0 0.98 0.02
HSL 72.54º 0.96% 0.5% -
HSV(B) 72.54º 0.98% 0.98% -
XYZ 57.77 80.53 12.67 -
YUV 206.94 14.6 122.34 -
System Red Green Blue C M Y K H S L
Decimal 199 250 6 0.20 0 0.98 0.02 72.54 0.96 0.5
Hex C7 FA 6 14 0 62 2 49 60 32
Octal 307 372 6 24 0 142 2 111 140 62
Binary 11000111 11111010 110 10100 0 1100010 10 1001001 1100000 110010

Color Harmonies of #C7FA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7FA06

Black with #C7FA06

Text Example


Text Example

White with #C7FA06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7FA06; }

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

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

background-color css

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

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

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

border-color css

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

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

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