Html Css Color HEX #25C334 Lime Green

📋 copy color: '#25C334'

red 37 ◦ green 195 ◦ blue 52

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

Shades of Lime Green #25C334

Tints of Lime Green #25C334

RGB

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

 GREEN value IS 195 (76.56% from 255) = 68.66%

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

R = 13.03%
G = 68.66%
B = 18.31%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#25C334 (or 0x25C334) is known color: Lime Green. HEX triplet: 25, C3 and 34. RGB value is (37,195,52). Sum of RGB (Red+Green+Blue) = 37+195+52=284 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.03% from 284); Green value is 195 (76.56% from 255 or 68.66% from 284); Blue value is 52 (20.70% from 255 or 18.31% from 284); Max value from RGB is 195 - color contains mainly: green. Hex color #25C334 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25C334 is #DA3CCB. Grayscale: #838383. Windows color (decimal): -14302412 or 3457829. OLE color: 3457829.

HSL color Cylindrical-coordinate representation of color #25C334: hue angle of 125.7º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25C334 is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 37 195 52 -
CMYK 0.81 0 0.73 0.24
HSL 125.7º 0.68% 0.45% -
HSV(B) 125.7º 0.81% 0.76% -
XYZ 20.9 39.67 9.8 -
YUV 131.46 83.15 60.63 -
System Red Green Blue C M Y K H S L
Decimal 37 195 52 0.81 0 0.73 0.24 125.7 0.68 0.45
Hex 25 C3 34 51 0 49 18 7E 44 2D
Octal 45 303 64 121 0 111 30 176 104 55
Binary 100101 11000011 110100 1010001 0 1001001 11000 1111110 1000100 101101

Color Harmonies of #25C334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25C334

Black with #25C334

Text Example


Text Example

White with #25C334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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