Html Css Color HEX #35C525 Lime Green

📋 copy color: '#35C525'

red 53 ◦ green 197 ◦ blue 37

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

Shades of Lime Green #35C525

Tints of Lime Green #35C525

RGB

 RED value IS 53 (21.09% from 255) = 18.47%

 GREEN value IS 197 (77.34% from 255) = 68.64%

 BLUE value IS 37 (14.84% from 255) = 12.89%

R = 18.47%
G = 68.64%
B = 12.89%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#35C525 (or 0x35C525) is known color: Lime Green. HEX triplet: 35, C5 and 25. RGB value is (53,197,37). Sum of RGB (Red+Green+Blue) = 53+197+37=287 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.47% from 287); Green value is 197 (77.34% from 255 or 68.64% from 287); Blue value is 37 (14.84% from 255 or 12.89% from 287); Max value from RGB is 197 - color contains mainly: green. Hex color #35C525 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35C525 is #CA3ADA. Grayscale: #888888. Windows color (decimal): -13253339 or 2475317. OLE color: 2475317.

HSL color Cylindrical-coordinate representation of color #35C525: hue angle of 114º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #35C525 is Cyan = 0.73, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB 53 197 37 -
CMYK 0.73 0 0.81 0.23
HSL 114º 0.68% 0.46% -
HSV(B) 114º 0.81% 0.77% -
XYZ 21.77 40.82 8.48 -
YUV 135.7 72.29 69.01 -
System Red Green Blue C M Y K H S L
Decimal 53 197 37 0.73 0 0.81 0.23 114 0.68 0.46
Hex 35 C5 25 49 0 51 17 72 44 2E
Octal 65 305 45 111 0 121 27 162 104 56
Binary 110101 11000101 100101 1001001 0 1010001 10111 1110010 1000100 101110

Color Harmonies of #35C525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35C525

Black with #35C525

Text Example


Text Example

White with #35C525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35C525; }

 p { color: rgb(53,197,37); }

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

background-color css

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

 a { background-color: rgb(53,197,37); }

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

border-color css

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

 span { border-color: rgb(53,197,37); }

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