Html Css Color HEX #28CD34 Lime Green

📋 copy color: '#28CD34'

red 40 ◦ green 205 ◦ blue 52

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

Shades of Lime Green #28CD34

Tints of Lime Green #28CD34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.51%

R = 13.47%
G = 69.02%
B = 17.51%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#28CD34 (or 0x28CD34) is known color: Lime Green. HEX triplet: 28, CD and 34. RGB value is (40,205,52). Sum of RGB (Red+Green+Blue) = 40+205+52=297 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.47% from 297); Green value is 205 (80.47% from 255 or 69.02% from 297); Blue value is 52 (20.70% from 255 or 17.51% from 297); Max value from RGB is 205 - color contains mainly: green. Hex color #28CD34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28CD34 is #D732CB. Grayscale: #8A8A8A. Windows color (decimal): -14103244 or 3460392. OLE color: 3460392.

HSL color Cylindrical-coordinate representation of color #28CD34: hue angle of 124.36º 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 #28CD34 is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.

Color convert

RGB 40 205 52 -
CMYK 0.80 0 0.75 0.20
HSL 124.36º 0.67% 0.48% -
HSV(B) 124.36º 0.8% 0.8% -
XYZ 23.33 44.36 10.58 -
YUV 138.22 79.34 57.94 -
System Red Green Blue C M Y K H S L
Decimal 40 205 52 0.80 0 0.75 0.20 124.36 0.67 0.48
Hex 28 CD 34 50 0 4B 14 7C 43 30
Octal 50 315 64 120 0 113 24 174 103 60
Binary 101000 11001101 110100 1010000 0 1001011 10100 1111100 1000011 110000

Color Harmonies of #28CD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CD34

Black with #28CD34

Text Example


Text Example

White with #28CD34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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