Html Css Color HEX #28BF3C Lime Green

📋 copy color: '#28BF3C'

red 40 ◦ green 191 ◦ blue 60

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

Shades of Lime Green #28BF3C

Tints of Lime Green #28BF3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.62%

R = 13.75%
G = 65.64%
B = 20.62%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#28BF3C (or 0x28BF3C) is known color: Lime Green. HEX triplet: 28, BF and 3C. RGB value is (40,191,60). Sum of RGB (Red+Green+Blue) = 40+191+60=291 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.75% from 291); Green value is 191 (75% from 255 or 65.64% from 291); Blue value is 60 (23.83% from 255 or 20.62% from 291); Max value from RGB is 191 - color contains mainly: green. Hex color #28BF3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28BF3C is #D740C3. Grayscale: #838383. Windows color (decimal): -14106820 or 3981096. OLE color: 3981096.

HSL color Cylindrical-coordinate representation of color #28BF3C: hue angle of 127.95º 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 #28BF3C is Cyan = 0.79, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 40 191 60 -
CMYK 0.79 0 0.69 0.25
HSL 127.95º 0.65% 0.45% -
HSV(B) 127.95º 0.79% 0.75% -
XYZ 20.32 38.04 10.55 -
YUV 130.92 87.97 63.15 -
System Red Green Blue C M Y K H S L
Decimal 40 191 60 0.79 0 0.69 0.25 127.95 0.65 0.45
Hex 28 BF 3C 4F 0 45 19 80 41 2D
Octal 50 277 74 117 0 105 31 200 101 55
Binary 101000 10111111 111100 1001111 0 1000101 11001 10000000 1000001 101101

Color Harmonies of #28BF3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BF3C

Black with #28BF3C

Text Example


Text Example

White with #28BF3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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