Html Css Color HEX #25C90B Lime Green

📋 copy color: '#25C90B'

red 37 ◦ green 201 ◦ blue 11

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

Shades of Lime Green #25C90B

Tints of Lime Green #25C90B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.42%

R = 14.86%
G = 80.72%
B = 4.42%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#25C90B (or 0x25C90B) is known color: Lime Green. HEX triplet: 25, C9 and 0B. RGB value is (37,201,11). Sum of RGB (Red+Green+Blue) = 37+201+11=249 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.86% from 249); Green value is 201 (78.91% from 255 or 80.72% from 249); Blue value is 11 (4.69% from 255 or 4.42% from 249); Max value from RGB is 201 - color contains mainly: green. Hex color #25C90B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25C90B is #DA36F4. Grayscale: #828282. Windows color (decimal): -14300917 or 772389. OLE color: 772389.

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

Color convert

RGB 37 201 11 -
CMYK 0.82 0 0.95 0.21
HSL 111.79º 0.9% 0.42% -
HSV(B) 111.79º 0.95% 0.79% -
XYZ 21.71 42.19 7.32 -
YUV 130.3 60.67 61.45 -
System Red Green Blue C M Y K H S L
Decimal 37 201 11 0.82 0 0.95 0.21 111.79 0.9 0.42
Hex 25 C9 B 52 0 5F 15 70 5A 2A
Octal 45 311 13 122 0 137 25 160 132 52
Binary 100101 11001001 1011 1010010 0 1011111 10101 1110000 1011010 101010

Color Harmonies of #25C90B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25C90B

Black with #25C90B

Text Example


Text Example

White with #25C90B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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