Html Css Color HEX #25CB41 Lime Green

📋 copy color: '#25CB41'

red 37 ◦ green 203 ◦ blue 65

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

Shades of Lime Green #25CB41

Tints of Lime Green #25CB41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.31%

R = 12.13%
G = 66.56%
B = 21.31%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#25CB41 (or 0x25CB41) is known color: Lime Green. HEX triplet: 25, CB and 41. RGB value is (37,203,65). Sum of RGB (Red+Green+Blue) = 37+203+65=305 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.13% from 305); Green value is 203 (79.69% from 255 or 66.56% from 305); Blue value is 65 (25.78% from 255 or 21.31% from 305); Max value from RGB is 203 - color contains mainly: green. Hex color #25CB41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25CB41 is #DA34BE. Grayscale: #8A8A8A. Windows color (decimal): -14300351 or 4311845. OLE color: 4311845.

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

Color convert

RGB 37 203 65 -
CMYK 0.82 0 0.68 0.20
HSL 130.12º 0.69% 0.47% -
HSV(B) 130.12º 0.82% 0.8% -
XYZ 23.07 43.49 12.18 -
YUV 137.63 87 56.22 -
System Red Green Blue C M Y K H S L
Decimal 37 203 65 0.82 0 0.68 0.20 130.12 0.69 0.47
Hex 25 CB 41 52 0 44 14 82 45 2F
Octal 45 313 101 122 0 104 24 202 105 57
Binary 100101 11001011 1000001 1010010 0 1000100 10100 10000010 1000101 101111

Color Harmonies of #25CB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25CB41

Black with #25CB41

Text Example


Text Example

White with #25CB41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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