Html Css Color HEX #4BCD34 Lime Green

📋 copy color: '#4BCD34'

red 75 ◦ green 205 ◦ blue 52

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

Shades of Lime Green #4BCD34

Tints of Lime Green #4BCD34

RGB

 RED value IS 75 (29.69% from 255) = 22.59%

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

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

R = 22.59%
G = 61.75%
B = 15.66%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#4BCD34 (or 0x4BCD34) is known color: Lime Green. HEX triplet: 4B, CD and 34. RGB value is (75,205,52). Sum of RGB (Red+Green+Blue) = 75+205+52=332 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.59% from 332); Green value is 205 (80.47% from 255 or 61.75% from 332); Blue value is 52 (20.70% from 255 or 15.66% from 332); Max value from RGB is 205 - color contains mainly: green. Hex color #4BCD34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BCD34 is #B432CB. Grayscale: #959595. Windows color (decimal): -11809484 or 3460427. OLE color: 3460427.

HSL color Cylindrical-coordinate representation of color #4BCD34: hue angle of 110.98º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4BCD34 is Cyan = 0.63, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.

Color convert

RGB 75 205 52 -
CMYK 0.63 0 0.75 0.20
HSL 110.98º 0.6% 0.5% -
HSV(B) 110.98º 0.75% 0.8% -
XYZ 25.35 45.41 10.68 -
YUV 148.69 73.43 75.44 -
System Red Green Blue C M Y K H S L
Decimal 75 205 52 0.63 0 0.75 0.20 110.98 0.6 0.5
Hex 4B CD 34 3F 0 4B 14 6F 3C 32
Octal 113 315 64 77 0 113 24 157 74 62
Binary 1001011 11001101 110100 111111 0 1001011 10100 1101111 111100 110010

Color Harmonies of #4BCD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCD34

Black with #4BCD34

Text Example


Text Example

White with #4BCD34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4BCD34; }

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

 H1.HeaderClassName
 {
   color: #4BCD34;
 }
 .AnyTagClassName
 {
   color: #4BCD34;
 }
</style>

background-color css

<style>
 a { background-color: #4BCD34; }

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

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

border-color css

<style>
 span { border-color: #4BCD34; }

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

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