Html Css Color HEX #28CF34 Lime Green

📋 copy color: '#28CF34'

red 40 ◦ green 207 ◦ blue 52

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

Shades of Lime Green #28CF34

Tints of Lime Green #28CF34

RGB

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

 GREEN value IS 207 (81.25% from 255) = 69.23%

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

R = 13.38%
G = 69.23%
B = 17.39%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#28CF34 (or 0x28CF34) is known color: Lime Green. HEX triplet: 28, CF and 34. RGB value is (40,207,52). Sum of RGB (Red+Green+Blue) = 40+207+52=299 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.38% from 299); Green value is 207 (81.25% from 255 or 69.23% from 299); Blue value is 52 (20.70% from 255 or 17.39% from 299); Max value from RGB is 207 - color contains mainly: green. Hex color #28CF34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28CF34 is #D730CB. Grayscale: #8B8B8B. Windows color (decimal): -14102732 or 3460904. OLE color: 3460904.

HSL color Cylindrical-coordinate representation of color #28CF34: hue angle of 124.31º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28CF34 is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.

Color convert

RGB 40 207 52 -
CMYK 0.81 0 0.75 0.19
HSL 124.31º 0.68% 0.48% -
HSV(B) 124.31º 0.81% 0.81% -
XYZ 23.81 45.32 10.74 -
YUV 139.4 78.67 57.1 -
System Red Green Blue C M Y K H S L
Decimal 40 207 52 0.81 0 0.75 0.19 124.31 0.68 0.48
Hex 28 CF 34 51 0 4B 13 7C 44 30
Octal 50 317 64 121 0 113 23 174 104 60
Binary 101000 11001111 110100 1010001 0 1001011 10011 1111100 1000100 110000

Color Harmonies of #28CF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CF34

Black with #28CF34

Text Example


Text Example

White with #28CF34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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