Html Css Color HEX #35B825 Lime Green

📋 copy color: '#35B825'

red 53 ◦ green 184 ◦ blue 37

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

Shades of Lime Green #35B825

Tints of Lime Green #35B825

RGB

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

 GREEN value IS 184 (72.27% from 255) = 67.15%

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

R = 19.34%
G = 67.15%
B = 13.5%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#35B825 (or 0x35B825) is known color: Lime Green. HEX triplet: 35, B8 and 25. RGB value is (53,184,37). Sum of RGB (Red+Green+Blue) = 53+184+37=274 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.34% from 274); Green value is 184 (72.27% from 255 or 67.15% from 274); Blue value is 37 (14.84% from 255 or 13.50% from 274); Max value from RGB is 184 - color contains mainly: green. Hex color #35B825 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35B825 is #CA47DA. Grayscale: #808080. Windows color (decimal): -13256667 or 2471989. OLE color: 2471989.

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

Color convert

RGB 53 184 37 -
CMYK 0.71 0 0.80 0.28
HSL 113.47º 0.67% 0.43% -
HSV(B) 113.47º 0.8% 0.72% -
XYZ 18.94 35.17 7.54 -
YUV 128.07 76.6 74.45 -
System Red Green Blue C M Y K H S L
Decimal 53 184 37 0.71 0 0.80 0.28 113.47 0.67 0.43
Hex 35 B8 25 47 0 50 1C 71 43 2B
Octal 65 270 45 107 0 120 34 161 103 53
Binary 110101 10111000 100101 1000111 0 1010000 11100 1110001 1000011 101011

Color Harmonies of #35B825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35B825

Black with #35B825

Text Example


Text Example

White with #35B825

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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