Html Css Color HEX #35BC25 Lime Green

📋 copy color: '#35BC25'

red 53 ◦ green 188 ◦ blue 37

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

Shades of Lime Green #35BC25

Tints of Lime Green #35BC25

RGB

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

 GREEN value IS 188 (73.83% from 255) = 67.63%

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

R = 19.06%
G = 67.63%
B = 13.31%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#35BC25 (or 0x35BC25) is known color: Lime Green. HEX triplet: 35, BC and 25. RGB value is (53,188,37). Sum of RGB (Red+Green+Blue) = 53+188+37=278 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.06% from 278); Green value is 188 (73.83% from 255 or 67.63% from 278); Blue value is 37 (14.84% from 255 or 13.31% from 278); Max value from RGB is 188 - color contains mainly: green. Hex color #35BC25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35BC25 is #CA43DA. Grayscale: #828282. Windows color (decimal): -13255643 or 2473013. OLE color: 2473013.

HSL color Cylindrical-coordinate representation of color #35BC25: hue angle of 113.64º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #35BC25 is Cyan = 0.72, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 53 188 37 -
CMYK 0.72 0 0.80 0.26
HSL 113.64º 0.67% 0.44% -
HSV(B) 113.64º 0.8% 0.74% -
XYZ 19.79 36.86 7.82 -
YUV 130.42 75.27 72.78 -
System Red Green Blue C M Y K H S L
Decimal 53 188 37 0.72 0 0.80 0.26 113.64 0.67 0.44
Hex 35 BC 25 48 0 50 1A 72 43 2C
Octal 65 274 45 110 0 120 32 162 103 54
Binary 110101 10111100 100101 1001000 0 1010000 11010 1110010 1000011 101100

Color Harmonies of #35BC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35BC25

Black with #35BC25

Text Example


Text Example

White with #35BC25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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