Html Css Color HEX #33F42A Lime Green

📋 copy color: '#33F42A'

red 51 ◦ green 244 ◦ blue 42

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

Shades of Lime Green #33F42A

Tints of Lime Green #33F42A

RGB

 RED value IS 51 (20.31% from 255) = 15.13%

 GREEN value IS 244 (95.7% from 255) = 72.4%

 BLUE value IS 42 (16.8% from 255) = 12.46%

R = 15.13%
G = 72.4%
B = 12.46%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#33F42A (or 0x33F42A) is known color: Lime Green. HEX triplet: 33, F4 and 2A. RGB value is (51,244,42). Sum of RGB (Red+Green+Blue) = 51+244+42=337 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.13% from 337); Green value is 244 (95.70% from 255 or 72.40% from 337); Blue value is 42 (16.80% from 255 or 12.46% from 337); Max value from RGB is 244 - color contains mainly: green. Hex color #33F42A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33F42A is #CC0BD5. Grayscale: #A3A3A3. Windows color (decimal): -13372374 or 2815027. OLE color: 2815027.

HSL color Cylindrical-coordinate representation of color #33F42A: hue angle of 117.33º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #33F42A is Cyan = 0.79, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.

Color convert

RGB 51 244 42 -
CMYK 0.79 0 0.83 0.04
HSL 117.33º 0.9% 0.56% -
HSV(B) 117.33º 0.83% 0.96% -
XYZ 34.13 65.57 13.05 -
YUV 163.27 59.56 47.93 -
System Red Green Blue C M Y K H S L
Decimal 51 244 42 0.79 0 0.83 0.04 117.33 0.9 0.56
Hex 33 F4 2A 4F 0 53 4 75 5A 38
Octal 63 364 52 117 0 123 4 165 132 70
Binary 110011 11110100 101010 1001111 0 1010011 100 1110101 1011010 111000

Color Harmonies of #33F42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33F42A

Black with #33F42A

Text Example


Text Example

White with #33F42A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33F42A; }

 p { color: rgb(51,244,42); }

 H1.HeaderClassName
 {
   color: #33F42A;
 }
 .AnyTagClassName
 {
   color: #33F42A;
 }
</style>

background-color css

<style>
 a { background-color: #33F42A; }

 a { background-color: rgb(51,244,42); }

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

border-color css

<style>
 span { border-color: #33F42A; }

 span { border-color: rgb(51,244,42); }

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