Html Css Color HEX #4BF334 Lime Green

📋 copy color: '#4BF334'

red 75 ◦ green 243 ◦ blue 52

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

Shades of Lime Green #4BF334

Tints of Lime Green #4BF334

RGB

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

 GREEN value IS 243 (95.31% from 255) = 65.68%

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

R = 20.27%
G = 65.68%
B = 14.05%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#4BF334 (or 0x4BF334) is known color: Lime Green. HEX triplet: 4B, F3 and 34. RGB value is (75,243,52). Sum of RGB (Red+Green+Blue) = 75+243+52=370 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.27% from 370); Green value is 243 (95.31% from 255 or 65.68% from 370); Blue value is 52 (20.70% from 255 or 14.05% from 370); Max value from RGB is 243 - color contains mainly: green. Hex color #4BF334 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4BF334 is #B40CCB. Grayscale: #ABABAB. Windows color (decimal): -11799756 or 3470155. OLE color: 3470155.

HSL color Cylindrical-coordinate representation of color #4BF334: hue angle of 112.77º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4BF334 is Cyan = 0.69, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB 75 243 52 -
CMYK 0.69 0 0.79 0.05
HSL 112.77º 0.89% 0.58% -
HSV(B) 112.77º 0.79% 0.95% -
XYZ 35.57 65.84 14.08 -
YUV 170.99 60.84 59.53 -
System Red Green Blue C M Y K H S L
Decimal 75 243 52 0.69 0 0.79 0.05 112.77 0.89 0.58
Hex 4B F3 34 45 0 4F 5 71 59 3A
Octal 113 363 64 105 0 117 5 161 131 72
Binary 1001011 11110011 110100 1000101 0 1001111 101 1110001 1011001 111010

Color Harmonies of #4BF334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BF334

Black with #4BF334

Text Example


Text Example

White with #4BF334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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