Html Css Color HEX #4BC235 Lime Green

📋 copy color: '#4BC235'

red 75 ◦ green 194 ◦ blue 53

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

Shades of Lime Green #4BC235

Tints of Lime Green #4BC235

RGB

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

 GREEN value IS 194 (76.17% from 255) = 60.25%

 BLUE value IS 53 (21.09% from 255) = 16.46%

R = 23.29%
G = 60.25%
B = 16.46%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#4BC235 (or 0x4BC235) is known color: Lime Green. HEX triplet: 4B, C2 and 35. RGB value is (75,194,53). Sum of RGB (Red+Green+Blue) = 75+194+53=322 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.29% from 322); Green value is 194 (76.17% from 255 or 60.25% from 322); Blue value is 53 (21.09% from 255 or 16.46% from 322); Max value from RGB is 194 - color contains mainly: green. Hex color #4BC235 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BC235 is #B43DCA. Grayscale: #8E8E8E. Windows color (decimal): -11812299 or 3523147. OLE color: 3523147.

HSL color Cylindrical-coordinate representation of color #4BC235: hue angle of 110.64º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4BC235 is Cyan = 0.61, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 75 194 53 -
CMYK 0.61 0 0.73 0.24
HSL 110.64º 0.57% 0.48% -
HSV(B) 110.64º 0.73% 0.76% -
XYZ 22.84 40.34 9.95 -
YUV 142.35 77.58 79.96 -
System Red Green Blue C M Y K H S L
Decimal 75 194 53 0.61 0 0.73 0.24 110.64 0.57 0.48
Hex 4B C2 35 3D 0 49 18 6F 39 30
Octal 113 302 65 75 0 111 30 157 71 60
Binary 1001011 11000010 110101 111101 0 1001001 11000 1101111 111001 110000

Color Harmonies of #4BC235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BC235

Black with #4BC235

Text Example


Text Example

White with #4BC235

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,194,53); }

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

background-color css

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

 a { background-color: rgb(75,194,53); }

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

border-color css

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

 span { border-color: rgb(75,194,53); }

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