Html Css Color HEX #25C92B Lime Green

📋 copy color: '#25C92B'

red 37 ◦ green 201 ◦ blue 43

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

Shades of Lime Green #25C92B

Tints of Lime Green #25C92B

RGB

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

 GREEN value IS 201 (78.91% from 255) = 71.53%

 BLUE value IS 43 (17.19% from 255) = 15.3%

R = 13.17%
G = 71.53%
B = 15.3%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#25C92B (or 0x25C92B) is known color: Lime Green. HEX triplet: 25, C9 and 2B. RGB value is (37,201,43). Sum of RGB (Red+Green+Blue) = 37+201+43=281 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.17% from 281); Green value is 201 (78.91% from 255 or 71.53% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 201 - color contains mainly: green. Hex color #25C92B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25C92B is #DA36D4. Grayscale: #868686. Windows color (decimal): -14300885 or 2869541. OLE color: 2869541.

HSL color Cylindrical-coordinate representation of color #25C92B: hue angle of 122.2º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25C92B is Cyan = 0.82, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB 37 201 43 -
CMYK 0.82 0 0.79 0.21
HSL 122.2º 0.69% 0.47% -
HSV(B) 122.2º 0.82% 0.79% -
XYZ 22.09 42.34 9.29 -
YUV 133.95 76.67 58.85 -
System Red Green Blue C M Y K H S L
Decimal 37 201 43 0.82 0 0.79 0.21 122.2 0.69 0.47
Hex 25 C9 2B 52 0 4F 15 7A 45 2F
Octal 45 311 53 122 0 117 25 172 105 57
Binary 100101 11001001 101011 1010010 0 1001111 10101 1111010 1000101 101111

Color Harmonies of #25C92B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25C92B

Black with #25C92B

Text Example


Text Example

White with #25C92B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,201,43); }

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

background-color css

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

 a { background-color: rgb(37,201,43); }

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

border-color css

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

 span { border-color: rgb(37,201,43); }

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