Html Css Color HEX #25CB30 Lime Green

📋 copy color: '#25CB30'

red 37 ◦ green 203 ◦ blue 48

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

Shades of Lime Green #25CB30

Tints of Lime Green #25CB30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.67%

R = 12.85%
G = 70.49%
B = 16.67%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#25CB30 (or 0x25CB30) is known color: Lime Green. HEX triplet: 25, CB and 30. RGB value is (37,203,48). Sum of RGB (Red+Green+Blue) = 37+203+48=288 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.85% from 288); Green value is 203 (79.69% from 255 or 70.49% from 288); Blue value is 48 (19.14% from 255 or 16.67% from 288); Max value from RGB is 203 - color contains mainly: green. Hex color #25CB30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25CB30 is #DA34CF. Grayscale: #888888. Windows color (decimal): -14300368 or 3197733. OLE color: 3197733.

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

Color convert

RGB 37 203 48 -
CMYK 0.82 0 0.76 0.20
HSL 123.98º 0.69% 0.47% -
HSV(B) 123.98º 0.82% 0.8% -
XYZ 22.65 43.32 9.96 -
YUV 135.7 78.5 57.6 -
System Red Green Blue C M Y K H S L
Decimal 37 203 48 0.82 0 0.76 0.20 123.98 0.69 0.47
Hex 25 CB 30 52 0 4C 14 7C 45 2F
Octal 45 313 60 122 0 114 24 174 105 57
Binary 100101 11001011 110000 1010010 0 1001100 10100 1111100 1000101 101111

Color Harmonies of #25CB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25CB30

Black with #25CB30

Text Example


Text Example

White with #25CB30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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