Html Css Color HEX #C5F303 Electric Lime

📋 copy color: '#C5F303'

red 197 ◦ green 243 ◦ blue 3

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

Shades of Electric Lime #C5F303

Tints of Electric Lime #C5F303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.68%

R = 44.47%
G = 54.85%
B = 0.68%

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

#C5F303 (or 0xC5F303) is known color: Electric Lime. HEX triplet: C5, F3 and 03. RGB value is (197,243,3). Sum of RGB (Red+Green+Blue) = 197+243+3=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 243 (95.31% from 255 or 54.85% from 443); Blue value is 3 (1.56% from 255 or 0.68% from 443); Max value from RGB is 243 - color contains mainly: green. Hex color #C5F303 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5F303 is #3A0CFC. Grayscale: #CACACA. Windows color (decimal): -3804413 or 259013. OLE color: 259013.

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

Color convert

RGB 197 243 3 -
CMYK 0.19 0 0.99 0.05
HSL 71.5º 0.98% 0.48% -
HSV(B) 71.5º 0.99% 0.95% -
XYZ 55.09 75.98 11.85 -
YUV 201.89 15.76 124.51 -
System Red Green Blue C M Y K H S L
Decimal 197 243 3 0.19 0 0.99 0.05 71.5 0.98 0.48
Hex C5 F3 3 13 0 63 5 48 62 30
Octal 305 363 3 23 0 143 5 110 142 60
Binary 11000101 11110011 11 10011 0 1100011 101 1001000 1100010 110000

Color Harmonies of #C5F303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F303

Black with #C5F303

Text Example


Text Example

White with #C5F303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F303; }

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

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

background-color css

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

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

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

border-color css

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

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

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