Html Css Color HEX #4BCF34 Lime Green

📋 copy color: '#4BCF34'

red 75 ◦ green 207 ◦ blue 52

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

Shades of Lime Green #4BCF34

Tints of Lime Green #4BCF34

RGB

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

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

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

R = 22.46%
G = 61.98%
B = 15.57%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#4BCF34 (or 0x4BCF34) is known color: Lime Green. HEX triplet: 4B, CF and 34. RGB value is (75,207,52). Sum of RGB (Red+Green+Blue) = 75+207+52=334 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.46% from 334); Green value is 207 (81.25% from 255 or 61.98% from 334); Blue value is 52 (20.70% from 255 or 15.57% from 334); Max value from RGB is 207 - color contains mainly: green. Hex color #4BCF34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BCF34 is #B430CB. Grayscale: #969696. Windows color (decimal): -11808972 or 3460939. OLE color: 3460939.

HSL color Cylindrical-coordinate representation of color #4BCF34: hue angle of 111.1º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4BCF34 is Cyan = 0.64, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.

Color convert

RGB 75 207 52 -
CMYK 0.64 0 0.75 0.19
HSL 111.1º 0.62% 0.51% -
HSV(B) 111.1º 0.75% 0.81% -
XYZ 25.83 46.37 10.84 -
YUV 149.86 72.77 74.6 -
System Red Green Blue C M Y K H S L
Decimal 75 207 52 0.64 0 0.75 0.19 111.1 0.62 0.51
Hex 4B CF 34 40 0 4B 13 6F 3E 33
Octal 113 317 64 100 0 113 23 157 76 63
Binary 1001011 11001111 110100 1000000 0 1001011 10011 1101111 111110 110011

Color Harmonies of #4BCF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCF34

Black with #4BCF34

Text Example


Text Example

White with #4BCF34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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