Html Css Color HEX #33F740 Lime Green

📋 copy color: '#33F740'

red 51 ◦ green 247 ◦ blue 64

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

Shades of Lime Green #33F740

Tints of Lime Green #33F740

RGB

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

 GREEN value IS 247 (96.88% from 255) = 68.23%

 BLUE value IS 64 (25.39% from 255) = 17.68%

R = 14.09%
G = 68.23%
B = 17.68%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#33F740 (or 0x33F740) is known color: Lime Green. HEX triplet: 33, F7 and 40. RGB value is (51,247,64). Sum of RGB (Red+Green+Blue) = 51+247+64=362 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.09% from 362); Green value is 247 (96.88% from 255 or 68.23% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 247 - color contains mainly: green. Hex color #33F740 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33F740 is #CC08BF. Grayscale: #A8A8A8. Windows color (decimal): -13371584 or 4257587. OLE color: 4257587.

HSL color Cylindrical-coordinate representation of color #33F740: hue angle of 123.98º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33F740 is Cyan = 0.79, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.

Color convert

RGB 51 247 64 -
CMYK 0.79 0 0.74 0.03
HSL 123.98º 0.92% 0.58% -
HSV(B) 123.98º 0.79% 0.97% -
XYZ 35.55 67.6 16.02 -
YUV 167.53 69.57 44.88 -
System Red Green Blue C M Y K H S L
Decimal 51 247 64 0.79 0 0.74 0.03 123.98 0.92 0.58
Hex 33 F7 40 4F 0 4A 3 7C 5C 3A
Octal 63 367 100 117 0 112 3 174 134 72
Binary 110011 11110111 1000000 1001111 0 1001010 11 1111100 1011100 111010

Color Harmonies of #33F740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33F740

Black with #33F740

Text Example


Text Example

White with #33F740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,247,64); }

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

background-color css

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

 a { background-color: rgb(51,247,64); }

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

border-color css

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

 span { border-color: rgb(51,247,64); }

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