Html Css Color HEX #25CB1F Lime Green

📋 copy color: '#25CB1F'

red 37 ◦ green 203 ◦ blue 31

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

Shades of Lime Green #25CB1F

Tints of Lime Green #25CB1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.44%

R = 13.65%
G = 74.91%
B = 11.44%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#25CB1F (or 0x25CB1F) is known color: Lime Green. HEX triplet: 25, CB and 1F. RGB value is (37,203,31). Sum of RGB (Red+Green+Blue) = 37+203+31=271 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.65% from 271); Green value is 203 (79.69% from 255 or 74.91% from 271); Blue value is 31 (12.5% from 255 or 11.44% from 271); Max value from RGB is 203 - color contains mainly: green. Hex color #25CB1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25CB1F is #DA34E0. Grayscale: #868686. Windows color (decimal): -14300385 or 2083621. OLE color: 2083621.

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

Color convert

RGB 37 203 31 -
CMYK 0.82 0 0.85 0.20
HSL 117.91º 0.74% 0.46% -
HSV(B) 117.91º 0.85% 0.8% -
XYZ 22.37 43.2 8.46 -
YUV 133.76 70 58.99 -
System Red Green Blue C M Y K H S L
Decimal 37 203 31 0.82 0 0.85 0.20 117.91 0.74 0.46
Hex 25 CB 1F 52 0 55 14 76 4A 2E
Octal 45 313 37 122 0 125 24 166 112 56
Binary 100101 11001011 11111 1010010 0 1010101 10100 1110110 1001010 101110

Color Harmonies of #25CB1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25CB1F

Black with #25CB1F

Text Example


Text Example

White with #25CB1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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