Html Css Color HEX #C7F106 Electric Lime

📋 copy color: '#C7F106'

red 199 ◦ green 241 ◦ blue 6

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

Shades of Electric Lime #C7F106

Tints of Electric Lime #C7F106

RGB

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

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

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

R = 44.62%
G = 54.04%
B = 1.35%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#C7F106 (or 0xC7F106) is known color: Electric Lime. HEX triplet: C7, F1 and 06. RGB value is (199,241,6). Sum of RGB (Red+Green+Blue) = 199+241+6=446 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.62% from 446); Green value is 241 (94.53% from 255 or 54.04% from 446); Blue value is 6 (2.73% from 255 or 1.35% from 446); Max value from RGB is 241 - color contains mainly: green. Hex color #C7F106 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7F106 is #380EF9. Grayscale: #CACACA. Windows color (decimal): -3673850 or 455111. OLE color: 455111.

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

Color convert

RGB 199 241 6 -
CMYK 0.17 0 0.98 0.05
HSL 70.72º 0.95% 0.48% -
HSV(B) 70.72º 0.98% 0.95% -
XYZ 55.04 75.07 11.76 -
YUV 201.65 17.59 126.11 -
System Red Green Blue C M Y K H S L
Decimal 199 241 6 0.17 0 0.98 0.05 70.72 0.95 0.48
Hex C7 F1 6 11 0 62 5 47 5F 30
Octal 307 361 6 21 0 142 5 107 137 60
Binary 11000111 11110001 110 10001 0 1100010 101 1000111 1011111 110000

Color Harmonies of #C7F106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7F106

Black with #C7F106

Text Example


Text Example

White with #C7F106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7F106; }

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

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

background-color css

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

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

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

border-color css

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

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

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