Html Css Color HEX #33DA0E Lime Green

📋 copy color: '#33DA0E'

red 51 ◦ green 218 ◦ blue 14

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

Shades of Lime Green #33DA0E

Tints of Lime Green #33DA0E

RGB

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

 GREEN value IS 218 (85.55% from 255) = 77.03%

 BLUE value IS 14 (5.86% from 255) = 4.95%

R = 18.02%
G = 77.03%
B = 4.95%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#33DA0E (or 0x33DA0E) is known color: Lime Green. HEX triplet: 33, DA and 0E. RGB value is (51,218,14). Sum of RGB (Red+Green+Blue) = 51+218+14=283 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.02% from 283); Green value is 218 (85.55% from 255 or 77.03% from 283); Blue value is 14 (5.86% from 255 or 4.95% from 283); Max value from RGB is 218 - color contains mainly: green. Hex color #33DA0E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #33DA0E is #CC25F1. Grayscale: #919191. Windows color (decimal): -13379058 or 973363. OLE color: 973363.

HSL color Cylindrical-coordinate representation of color #33DA0E: hue angle of 109.12º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #33DA0E is Cyan = 0.77, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 51 218 14 -
CMYK 0.77 0 0.94 0.15
HSL 109.12º 0.88% 0.45% -
HSV(B) 109.12º 0.94% 0.85% -
XYZ 26.52 50.88 8.84 -
YUV 144.81 54.17 61.09 -
System Red Green Blue C M Y K H S L
Decimal 51 218 14 0.77 0 0.94 0.15 109.12 0.88 0.45
Hex 33 DA E 4D 0 5E F 6D 58 2D
Octal 63 332 16 115 0 136 17 155 130 55
Binary 110011 11011010 1110 1001101 0 1011110 1111 1101101 1011000 101101

Color Harmonies of #33DA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DA0E

Black with #33DA0E

Text Example


Text Example

White with #33DA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,218,14); }

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

background-color css

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

 a { background-color: rgb(51,218,14); }

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

border-color css

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

 span { border-color: rgb(51,218,14); }

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