Html Css Color HEX #38DA33 Lime Green

📋 copy color: '#38DA33'

red 56 ◦ green 218 ◦ blue 51

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

Shades of Lime Green #38DA33

Tints of Lime Green #38DA33

RGB

 RED value IS 56 (22.27% from 255) = 17.23%

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

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

R = 17.23%
G = 67.08%
B = 15.69%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#38DA33 (or 0x38DA33) is known color: Lime Green. HEX triplet: 38, DA and 33. RGB value is (56,218,51). Sum of RGB (Red+Green+Blue) = 56+218+51=325 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.23% from 325); Green value is 218 (85.55% from 255 or 67.08% from 325); Blue value is 51 (20.31% from 255 or 15.69% from 325); Max value from RGB is 218 - color contains mainly: green. Hex color #38DA33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38DA33 is #C725CC. Grayscale: #979797. Windows color (decimal): -13051341 or 3398200. OLE color: 3398200.

HSL color Cylindrical-coordinate representation of color #38DA33: hue angle of 118.2º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38DA33 is Cyan = 0.74, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 56 218 51 -
CMYK 0.74 0 0.77 0.15
HSL 118.2º 0.69% 0.53% -
HSV(B) 118.2º 0.77% 0.85% -
XYZ 27.3 51.22 11.58 -
YUV 150.52 71.83 60.58 -
System Red Green Blue C M Y K H S L
Decimal 56 218 51 0.74 0 0.77 0.15 118.2 0.69 0.53
Hex 38 DA 33 4A 0 4D F 76 45 35
Octal 70 332 63 112 0 115 17 166 105 65
Binary 111000 11011010 110011 1001010 0 1001101 1111 1110110 1000101 110101

Color Harmonies of #38DA33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DA33

Black with #38DA33

Text Example


Text Example

White with #38DA33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38DA33; }

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

 H1.HeaderClassName
 {
   color: #38DA33;
 }
 .AnyTagClassName
 {
   color: #38DA33;
 }
</style>

background-color css

<style>
 a { background-color: #38DA33; }

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

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

border-color css

<style>
 span { border-color: #38DA33; }

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

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