Html Css Color HEX #28CD30 Lime Green

📋 copy color: '#28CD30'

red 40 ◦ green 205 ◦ blue 48

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

Shades of Lime Green #28CD30

Tints of Lime Green #28CD30

RGB

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

 GREEN value IS 205 (80.47% from 255) = 69.97%

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

R = 13.65%
G = 69.97%
B = 16.38%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#28CD30 (or 0x28CD30) is known color: Lime Green. HEX triplet: 28, CD and 30. RGB value is (40,205,48). Sum of RGB (Red+Green+Blue) = 40+205+48=293 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.65% from 293); Green value is 205 (80.47% from 255 or 69.97% from 293); Blue value is 48 (19.14% from 255 or 16.38% from 293); Max value from RGB is 205 - color contains mainly: green. Hex color #28CD30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28CD30 is #D732CF. Grayscale: #8A8A8A. Windows color (decimal): -14103248 or 3198248. OLE color: 3198248.

HSL color Cylindrical-coordinate representation of color #28CD30: hue angle of 122.91º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28CD30 is Cyan = 0.80, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB 40 205 48 -
CMYK 0.80 0 0.77 0.20
HSL 122.91º 0.67% 0.48% -
HSV(B) 122.91º 0.8% 0.8% -
XYZ 23.24 44.33 10.13 -
YUV 137.77 77.34 58.27 -
System Red Green Blue C M Y K H S L
Decimal 40 205 48 0.80 0 0.77 0.20 122.91 0.67 0.48
Hex 28 CD 30 50 0 4D 14 7B 43 30
Octal 50 315 60 120 0 115 24 173 103 60
Binary 101000 11001101 110000 1010000 0 1001101 10100 1111011 1000011 110000

Color Harmonies of #28CD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CD30

Black with #28CD30

Text Example


Text Example

White with #28CD30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,205,48); }

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

background-color css

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

 a { background-color: rgb(40,205,48); }

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

border-color css

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

 span { border-color: rgb(40,205,48); }

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