Html Css Color HEX #25BF3A Lime Green

📋 copy color: '#25BF3A'

red 37 ◦ green 191 ◦ blue 58

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

Shades of Lime Green #25BF3A

Tints of Lime Green #25BF3A

RGB

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

 GREEN value IS 191 (75% from 255) = 66.78%

 BLUE value IS 58 (23.05% from 255) = 20.28%

R = 12.94%
G = 66.78%
B = 20.28%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#25BF3A (or 0x25BF3A) is known color: Lime Green. HEX triplet: 25, BF and 3A. RGB value is (37,191,58). Sum of RGB (Red+Green+Blue) = 37+191+58=286 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.94% from 286); Green value is 191 (75% from 255 or 66.78% from 286); Blue value is 58 (23.05% from 255 or 20.28% from 286); Max value from RGB is 191 - color contains mainly: green. Hex color #25BF3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25BF3A is #DA40C5. Grayscale: #828282. Windows color (decimal): -14303430 or 3850021. OLE color: 3850021.

HSL color Cylindrical-coordinate representation of color #25BF3A: hue angle of 128.18º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25BF3A is Cyan = 0.81, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 37 191 58 -
CMYK 0.81 0 0.70 0.25
HSL 128.18º 0.68% 0.45% -
HSV(B) 128.18º 0.81% 0.75% -
XYZ 20.16 37.96 10.27 -
YUV 129.79 87.48 61.81 -
System Red Green Blue C M Y K H S L
Decimal 37 191 58 0.81 0 0.70 0.25 128.18 0.68 0.45
Hex 25 BF 3A 51 0 46 19 80 44 2D
Octal 45 277 72 121 0 106 31 200 104 55
Binary 100101 10111111 111010 1010001 0 1000110 11001 10000000 1000100 101101

Color Harmonies of #25BF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BF3A

Black with #25BF3A

Text Example


Text Example

White with #25BF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,191,58); }

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

background-color css

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

 a { background-color: rgb(37,191,58); }

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

border-color css

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

 span { border-color: rgb(37,191,58); }

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