Html Css Color HEX #25CB0D Lime Green

📋 copy color: '#25CB0D'

red 37 ◦ green 203 ◦ blue 13

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

Shades of Lime Green #25CB0D

Tints of Lime Green #25CB0D

RGB

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

 GREEN value IS 203 (79.69% from 255) = 80.24%

 BLUE value IS 13 (5.47% from 255) = 5.14%

R = 14.62%
G = 80.24%
B = 5.14%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#25CB0D (or 0x25CB0D) is known color: Lime Green. HEX triplet: 25, CB and 0D. RGB value is (37,203,13). Sum of RGB (Red+Green+Blue) = 37+203+13=253 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.62% from 253); Green value is 203 (79.69% from 255 or 80.24% from 253); Blue value is 13 (5.47% from 255 or 5.14% from 253); Max value from RGB is 203 - color contains mainly: green. Hex color #25CB0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25CB0D is #DA34F2. Grayscale: #848484. Windows color (decimal): -14300403 or 903973. OLE color: 903973.

HSL color Cylindrical-coordinate representation of color #25CB0D: hue angle of 112.42º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #25CB0D is Cyan = 0.82, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.

Color convert

RGB 37 203 13 -
CMYK 0.82 0 0.94 0.20
HSL 112.42º 0.88% 0.42% -
HSV(B) 112.42º 0.94% 0.8% -
XYZ 22.19 43.13 7.54 -
YUV 131.71 61 60.45 -
System Red Green Blue C M Y K H S L
Decimal 37 203 13 0.82 0 0.94 0.20 112.42 0.88 0.42
Hex 25 CB D 52 0 5E 14 70 58 2A
Octal 45 313 15 122 0 136 24 160 130 52
Binary 100101 11001011 1101 1010010 0 1011110 10100 1110000 1011000 101010

Color Harmonies of #25CB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25CB0D

Black with #25CB0D

Text Example


Text Example

White with #25CB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,203,13); }

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

background-color css

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

 a { background-color: rgb(37,203,13); }

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

border-color css

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

 span { border-color: rgb(37,203,13); }

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