Html Css Color HEX #25CC2B Lime Green

📋 copy color: '#25CC2B'

red 37 ◦ green 204 ◦ blue 43

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

Shades of Lime Green #25CC2B

Tints of Lime Green #25CC2B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 71.83%

 BLUE value IS 43 (17.19% from 255) = 15.14%

R = 13.03%
G = 71.83%
B = 15.14%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#25CC2B (or 0x25CC2B) is known color: Lime Green. HEX triplet: 25, CC and 2B. RGB value is (37,204,43). Sum of RGB (Red+Green+Blue) = 37+204+43=284 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.03% from 284); Green value is 204 (80.08% from 255 or 71.83% from 284); Blue value is 43 (17.19% from 255 or 15.14% from 284); Max value from RGB is 204 - color contains mainly: green. Hex color #25CC2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25CC2B is #DA33D4. Grayscale: #888888. Windows color (decimal): -14300117 or 2870309. OLE color: 2870309.

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

Color convert

RGB 37 204 43 -
CMYK 0.82 0 0.79 0.2
HSL 122.16º 0.69% 0.47% -
HSV(B) 122.16º 0.82% 0.8% -
XYZ 22.79 43.75 9.53 -
YUV 135.71 75.67 57.59 -
System Red Green Blue C M Y K H S L
Decimal 37 204 43 0.82 0 0.79 0.2 122.16 0.69 0.47
Hex 25 CC 2B 52 0 4F 14 7A 45 2F
Octal 45 314 53 122 0 117 24 172 105 57
Binary 100101 11001100 101011 1010010 0 1001111 10100 1111010 1000101 101111

Color Harmonies of #25CC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25CC2B

Black with #25CC2B

Text Example


Text Example

White with #25CC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,204,43); }

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

background-color css

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

 a { background-color: rgb(37,204,43); }

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

border-color css

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

 span { border-color: rgb(37,204,43); }

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