Html Css Color HEX #28BF4A Lime Green

📋 copy color: '#28BF4A'

red 40 ◦ green 191 ◦ blue 74

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

Shades of Lime Green #28BF4A

Tints of Lime Green #28BF4A

RGB

 RED value IS 40 (16.02% from 255) = 13.11%

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

 BLUE value IS 74 (29.3% from 255) = 24.26%

R = 13.11%
G = 62.62%
B = 24.26%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#28BF4A (or 0x28BF4A) is known color: Lime Green. HEX triplet: 28, BF and 4A. RGB value is (40,191,74). Sum of RGB (Red+Green+Blue) = 40+191+74=305 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.11% from 305); Green value is 191 (75% from 255 or 62.62% from 305); Blue value is 74 (29.30% from 255 or 24.26% from 305); Max value from RGB is 191 - color contains mainly: green. Hex color #28BF4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28BF4A is #D740B5. Grayscale: #848484. Windows color (decimal): -14106806 or 4898600. OLE color: 4898600.

HSL color Cylindrical-coordinate representation of color #28BF4A: hue angle of 133.51º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28BF4A is Cyan = 0.79, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 40 191 74 -
CMYK 0.79 0 0.61 0.25
HSL 133.51º 0.65% 0.45% -
HSV(B) 133.51º 0.79% 0.75% -
XYZ 20.74 38.21 12.76 -
YUV 132.51 94.97 62.01 -
System Red Green Blue C M Y K H S L
Decimal 40 191 74 0.79 0 0.61 0.25 133.51 0.65 0.45
Hex 28 BF 4A 4F 0 3D 19 86 41 2D
Octal 50 277 112 117 0 75 31 206 101 55
Binary 101000 10111111 1001010 1001111 0 111101 11001 10000110 1000001 101101

Color Harmonies of #28BF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BF4A

Black with #28BF4A

Text Example


Text Example

White with #28BF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28BF4A; }

 p { color: rgb(40,191,74); }

 H1.HeaderClassName
 {
   color: #28BF4A;
 }
 .AnyTagClassName
 {
   color: #28BF4A;
 }
</style>

background-color css

<style>
 a { background-color: #28BF4A; }

 a { background-color: rgb(40,191,74); }

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

border-color css

<style>
 span { border-color: #28BF4A; }

 span { border-color: rgb(40,191,74); }

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