Html Css Color HEX #4DF233 Lime Green

📋 copy color: '#4DF233'

red 77 ◦ green 242 ◦ blue 51

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

Shades of Lime Green #4DF233

Tints of Lime Green #4DF233

RGB

 RED value IS 77 (30.47% from 255) = 20.81%

 GREEN value IS 242 (94.92% from 255) = 65.41%

 BLUE value IS 51 (20.31% from 255) = 13.78%

R = 20.81%
G = 65.41%
B = 13.78%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#4DF233 (or 0x4DF233) is known color: Lime Green. HEX triplet: 4D, F2 and 33. RGB value is (77,242,51). Sum of RGB (Red+Green+Blue) = 77+242+51=370 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.81% from 370); Green value is 242 (94.92% from 255 or 65.41% from 370); Blue value is 51 (20.31% from 255 or 13.78% from 370); Max value from RGB is 242 - color contains mainly: green. Hex color #4DF233 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF233 is #B20DCC. Grayscale: #ABABAB. Windows color (decimal): -11668941 or 3404365. OLE color: 3404365.

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

Color convert

RGB 77 242 51 -
CMYK 0.68 0 0.79 0.05
HSL 111.83º 0.88% 0.57% -
HSV(B) 111.83º 0.79% 0.95% -
XYZ 35.41 65.32 13.87 -
YUV 170.89 60.34 61.03 -
System Red Green Blue C M Y K H S L
Decimal 77 242 51 0.68 0 0.79 0.05 111.83 0.88 0.57
Hex 4D F2 33 44 0 4F 5 70 58 39
Octal 115 362 63 104 0 117 5 160 130 71
Binary 1001101 11110010 110011 1000100 0 1001111 101 1110000 1011000 111001

Color Harmonies of #4DF233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF233

Black with #4DF233

Text Example


Text Example

White with #4DF233

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,242,51); }

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

background-color css

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

 a { background-color: rgb(77,242,51); }

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

border-color css

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

 span { border-color: rgb(77,242,51); }

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