Html Css Color HEX #C5F302 Electric Lime

📋 copy color: '#C5F302'

red 197 ◦ green 243 ◦ blue 2

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

Shades of Electric Lime #C5F302

Tints of Electric Lime #C5F302

RGB

 RED value IS 197 (77.34% from 255) = 44.57%

 GREEN value IS 243 (95.31% from 255) = 54.98%

 BLUE value IS 2 (1.17% from 255) = 0.45%

R = 44.57%
G = 54.98%
B = 0.45%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#C5F302 (or 0xC5F302) is known color: Electric Lime. HEX triplet: C5, F3 and 02. RGB value is (197,243,2). Sum of RGB (Red+Green+Blue) = 197+243+2=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 243 (95.31% from 255 or 54.98% from 442); Blue value is 2 (1.17% from 255 or 0.45% from 442); Max value from RGB is 243 - color contains mainly: green. Hex color #C5F302 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5F302 is #3A0CFD. Grayscale: #CACACA. Windows color (decimal): -3804414 or 193477. OLE color: 193477.

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

Color convert

RGB 197 243 2 -
CMYK 0.19 0 0.99 0.05
HSL 71.45º 0.98% 0.48% -
HSV(B) 71.45º 0.99% 0.95% -
XYZ 55.09 75.98 11.82 -
YUV 201.77 15.26 124.6 -
System Red Green Blue C M Y K H S L
Decimal 197 243 2 0.19 0 0.99 0.05 71.45 0.98 0.48
Hex C5 F3 2 13 0 63 5 47 62 30
Octal 305 363 2 23 0 143 5 107 142 60
Binary 11000101 11110011 10 10011 0 1100011 101 1000111 1100010 110000

Color Harmonies of #C5F302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F302

Black with #C5F302

Text Example


Text Example

White with #C5F302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F302; }

 p { color: rgb(197,243,2); }

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

background-color css

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

 a { background-color: rgb(197,243,2); }

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

border-color css

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

 span { border-color: rgb(197,243,2); }

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