Html Css Color HEX #35BA24 Lime Green

📋 copy color: '#35BA24'

red 53 ◦ green 186 ◦ blue 36

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

Shades of Lime Green #35BA24

Tints of Lime Green #35BA24

RGB

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

 GREEN value IS 186 (73.05% from 255) = 67.64%

 BLUE value IS 36 (14.45% from 255) = 13.09%

R = 19.27%
G = 67.64%
B = 13.09%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#35BA24 (or 0x35BA24) is known color: Lime Green. HEX triplet: 35, BA and 24. RGB value is (53,186,36). Sum of RGB (Red+Green+Blue) = 53+186+36=275 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.27% from 275); Green value is 186 (73.05% from 255 or 67.64% from 275); Blue value is 36 (14.45% from 255 or 13.09% from 275); Max value from RGB is 186 - color contains mainly: green. Hex color #35BA24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35BA24 is #CA45DB. Grayscale: #818181. Windows color (decimal): -13256156 or 2406965. OLE color: 2406965.

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

Color convert

RGB 53 186 36 -
CMYK 0.72 0 0.81 0.27
HSL 113.2º 0.68% 0.44% -
HSV(B) 113.2º 0.81% 0.73% -
XYZ 19.35 36 7.6 -
YUV 129.13 75.44 73.7 -
System Red Green Blue C M Y K H S L
Decimal 53 186 36 0.72 0 0.81 0.27 113.2 0.68 0.44
Hex 35 BA 24 48 0 51 1B 71 44 2C
Octal 65 272 44 110 0 121 33 161 104 54
Binary 110101 10111010 100100 1001000 0 1010001 11011 1110001 1000100 101100

Color Harmonies of #35BA24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35BA24

Black with #35BA24

Text Example


Text Example

White with #35BA24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,186,36); }

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

background-color css

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

 a { background-color: rgb(53,186,36); }

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

border-color css

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

 span { border-color: rgb(53,186,36); }

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