Html Css Color HEX #36C025 Lime Green

📋 copy color: '#36C025'

red 54 ◦ green 192 ◦ blue 37

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

Shades of Lime Green #36C025

Tints of Lime Green #36C025

RGB

 RED value IS 54 (21.48% from 255) = 19.08%

 GREEN value IS 192 (75.39% from 255) = 67.84%

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

R = 19.08%
G = 67.84%
B = 13.07%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#36C025 (or 0x36C025) is known color: Lime Green. HEX triplet: 36, C0 and 25. RGB value is (54,192,37). Sum of RGB (Red+Green+Blue) = 54+192+37=283 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.08% from 283); Green value is 192 (75.39% from 255 or 67.84% from 283); Blue value is 37 (14.84% from 255 or 13.07% from 283); Max value from RGB is 192 - color contains mainly: green. Hex color #36C025 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36C025 is #C93FDA. Grayscale: #858585. Windows color (decimal): -13189083 or 2474038. OLE color: 2474038.

HSL color Cylindrical-coordinate representation of color #36C025: hue angle of 113.42º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #36C025 is Cyan = 0.72, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 54 192 37 -
CMYK 0.72 0 0.81 0.25
HSL 113.42º 0.68% 0.45% -
HSV(B) 113.42º 0.81% 0.75% -
XYZ 20.7 38.62 8.11 -
YUV 133.07 73.78 71.6 -
System Red Green Blue C M Y K H S L
Decimal 54 192 37 0.72 0 0.81 0.25 113.42 0.68 0.45
Hex 36 C0 25 48 0 51 19 71 44 2D
Octal 66 300 45 110 0 121 31 161 104 55
Binary 110110 11000000 100101 1001000 0 1010001 11001 1110001 1000100 101101

Color Harmonies of #36C025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36C025

Black with #36C025

Text Example


Text Example

White with #36C025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36C025; }

 p { color: rgb(54,192,37); }

 H1.HeaderClassName
 {
   color: #36C025;
 }
 .AnyTagClassName
 {
   color: #36C025;
 }
</style>

background-color css

<style>
 a { background-color: #36C025; }

 a { background-color: rgb(54,192,37); }

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

border-color css

<style>
 span { border-color: #36C025; }

 span { border-color: rgb(54,192,37); }

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