Html Css Color HEX #33F145 Lime Green

📋 copy color: '#33F145'

red 51 ◦ green 241 ◦ blue 69

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

Shades of Lime Green #33F145

Tints of Lime Green #33F145

RGB

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

 GREEN value IS 241 (94.53% from 255) = 66.76%

 BLUE value IS 69 (27.34% from 255) = 19.11%

R = 14.13%
G = 66.76%
B = 19.11%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#33F145 (or 0x33F145) is known color: Lime Green. HEX triplet: 33, F1 and 45. RGB value is (51,241,69). Sum of RGB (Red+Green+Blue) = 51+241+69=361 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.13% from 361); Green value is 241 (94.53% from 255 or 66.76% from 361); Blue value is 69 (27.34% from 255 or 19.11% from 361); Max value from RGB is 241 - color contains mainly: green. Hex color #33F145 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33F145 is #CC0EBA. Grayscale: #A5A5A5. Windows color (decimal): -13373115 or 4583731. OLE color: 4583731.

HSL color Cylindrical-coordinate representation of color #33F145: hue angle of 125.68º degrees, saturation: 0.87, 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 #33F145 is Cyan = 0.79, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 51 241 69 -
CMYK 0.79 0 0.71 0.05
HSL 125.68º 0.87% 0.57% -
HSV(B) 125.68º 0.79% 0.95% -
XYZ 33.89 64.04 16.21 -
YUV 164.58 74.05 46.99 -
System Red Green Blue C M Y K H S L
Decimal 51 241 69 0.79 0 0.71 0.05 125.68 0.87 0.57
Hex 33 F1 45 4F 0 47 5 7E 57 39
Octal 63 361 105 117 0 107 5 176 127 71
Binary 110011 11110001 1000101 1001111 0 1000111 101 1111110 1010111 111001

Color Harmonies of #33F145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33F145

Black with #33F145

Text Example


Text Example

White with #33F145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,241,69); }

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

background-color css

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

 a { background-color: rgb(51,241,69); }

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

border-color css

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

 span { border-color: rgb(51,241,69); }

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