Html Css Color HEX #35C125 Lime Green

📋 copy color: '#35C125'

red 53 ◦ green 193 ◦ blue 37

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

Shades of Lime Green #35C125

Tints of Lime Green #35C125

RGB

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

 GREEN value IS 193 (75.78% from 255) = 68.2%

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

R = 18.73%
G = 68.2%
B = 13.07%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#35C125 (or 0x35C125) is known color: Lime Green. HEX triplet: 35, C1 and 25. RGB value is (53,193,37). Sum of RGB (Red+Green+Blue) = 53+193+37=283 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.73% from 283); Green value is 193 (75.78% from 255 or 68.20% from 283); Blue value is 37 (14.84% from 255 or 13.07% from 283); Max value from RGB is 193 - color contains mainly: green. Hex color #35C125 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35C125 is #CA3EDA. Grayscale: #858585. Windows color (decimal): -13254363 or 2474293. OLE color: 2474293.

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

Color convert

RGB 53 193 37 -
CMYK 0.73 0 0.81 0.24
HSL 113.85º 0.68% 0.45% -
HSV(B) 113.85º 0.81% 0.76% -
XYZ 20.87 39.03 8.18 -
YUV 133.36 73.62 70.68 -
System Red Green Blue C M Y K H S L
Decimal 53 193 37 0.73 0 0.81 0.24 113.85 0.68 0.45
Hex 35 C1 25 49 0 51 18 72 44 2D
Octal 65 301 45 111 0 121 30 162 104 55
Binary 110101 11000001 100101 1001001 0 1010001 11000 1110010 1000100 101101

Color Harmonies of #35C125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35C125

Black with #35C125

Text Example


Text Example

White with #35C125

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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