Html Css Color HEX #25C034 Lime Green

📋 copy color: '#25C034'

red 37 ◦ green 192 ◦ blue 52

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

Shades of Lime Green #25C034

Tints of Lime Green #25C034

RGB

 RED value IS 37 (14.84% from 255) = 13.17%

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

 BLUE value IS 52 (20.7% from 255) = 18.51%

R = 13.17%
G = 68.33%
B = 18.51%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#25C034 (or 0x25C034) is known color: Lime Green. HEX triplet: 25, C0 and 34. RGB value is (37,192,52). Sum of RGB (Red+Green+Blue) = 37+192+52=281 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.17% from 281); Green value is 192 (75.39% from 255 or 68.33% from 281); Blue value is 52 (20.70% from 255 or 18.51% from 281); Max value from RGB is 192 - color contains mainly: green. Hex color #25C034 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25C034 is #DA3FCB. Grayscale: #828282. Windows color (decimal): -14303180 or 3457061. OLE color: 3457061.

HSL color Cylindrical-coordinate representation of color #25C034: hue angle of 125.81º 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 #25C034 is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB 37 192 52 -
CMYK 0.81 0 0.73 0.25
HSL 125.81º 0.68% 0.45% -
HSV(B) 125.81º 0.81% 0.75% -
XYZ 20.23 38.34 9.58 -
YUV 129.7 84.15 61.88 -
System Red Green Blue C M Y K H S L
Decimal 37 192 52 0.81 0 0.73 0.25 125.81 0.68 0.45
Hex 25 C0 34 51 0 49 19 7E 44 2D
Octal 45 300 64 121 0 111 31 176 104 55
Binary 100101 11000000 110100 1010001 0 1001001 11001 1111110 1000100 101101

Color Harmonies of #25C034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25C034

Black with #25C034

Text Example


Text Example

White with #25C034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25C034; }

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

 H1.HeaderClassName
 {
   color: #25C034;
 }
 .AnyTagClassName
 {
   color: #25C034;
 }
</style>

background-color css

<style>
 a { background-color: #25C034; }

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

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

border-color css

<style>
 span { border-color: #25C034; }

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

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