Html Css Color HEX #25CA0B Lime Green

📋 copy color: '#25CA0B'

red 37 ◦ green 202 ◦ blue 11

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

Shades of Lime Green #25CA0B

Tints of Lime Green #25CA0B

RGB

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

 GREEN value IS 202 (79.3% from 255) = 80.8%

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

R = 14.8%
G = 80.8%
B = 4.4%

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

#25CA0B (or 0x25CA0B) is known color: Lime Green. HEX triplet: 25, CA and 0B. RGB value is (37,202,11). Sum of RGB (Red+Green+Blue) = 37+202+11=250 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.8% from 250); Green value is 202 (79.30% from 255 or 80.8% from 250); Blue value is 11 (4.69% from 255 or 4.4% from 250); Max value from RGB is 202 - color contains mainly: green. Hex color #25CA0B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25CA0B is #DA35F4. Grayscale: #838383. Windows color (decimal): -14300661 or 772645. OLE color: 772645.

HSL color Cylindrical-coordinate representation of color #25CA0B: hue angle of 111.83º 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 #25CA0B is Cyan = 0.82, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.

Color convert

RGB 37 202 11 -
CMYK 0.82 0 0.95 0.21
HSL 111.83º 0.9% 0.42% -
HSV(B) 111.83º 0.95% 0.79% -
XYZ 21.94 42.66 7.39 -
YUV 130.89 60.34 61.03 -
System Red Green Blue C M Y K H S L
Decimal 37 202 11 0.82 0 0.95 0.21 111.83 0.9 0.42
Hex 25 CA B 52 0 5F 15 70 5A 2A
Octal 45 312 13 122 0 137 25 160 132 52
Binary 100101 11001010 1011 1010010 0 1011111 10101 1110000 1011010 101010

Color Harmonies of #25CA0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25CA0B

Black with #25CA0B

Text Example


Text Example

White with #25CA0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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