Html Css Color HEX #C7FA1D Electric Lime

📋 copy color: '#C7FA1D'

red 199 ◦ green 250 ◦ blue 29

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

Shades of Electric Lime #C7FA1D

Tints of Electric Lime #C7FA1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.07%

R = 41.63%
G = 52.3%
B = 6.07%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#C7FA1D (or 0xC7FA1D) is known color: Electric Lime. HEX triplet: C7, FA and 1D. RGB value is (199,250,29). Sum of RGB (Red+Green+Blue) = 199+250+29=478 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.63% from 478); Green value is 250 (98.05% from 255 or 52.30% from 478); Blue value is 29 (11.72% from 255 or 6.07% from 478); Max value from RGB is 250 - color contains mainly: green. Hex color #C7FA1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C7FA1D is #3805E2. Grayscale: #D2D2D2. Windows color (decimal): -3671523 or 1964743. OLE color: 1964743.

HSL color Cylindrical-coordinate representation of color #C7FA1D: hue angle of 73.85º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C7FA1D is Cyan = 0.20, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.

Color convert

RGB 199 250 29 -
CMYK 0.20 0 0.88 0.02
HSL 73.85º 0.96% 0.55% -
HSV(B) 73.85º 0.88% 0.98% -
XYZ 57.96 80.6 13.67 -
YUV 209.56 26.1 120.47 -
System Red Green Blue C M Y K H S L
Decimal 199 250 29 0.20 0 0.88 0.02 73.85 0.96 0.55
Hex C7 FA 1D 14 0 58 2 4A 60 37
Octal 307 372 35 24 0 130 2 112 140 67
Binary 11000111 11111010 11101 10100 0 1011000 10 1001010 1100000 110111

Color Harmonies of #C7FA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7FA1D

Black with #C7FA1D

Text Example


Text Example

White with #C7FA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7FA1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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