Html Css Color HEX #38DF33 Lime Green

📋 copy color: '#38DF33'

red 56 ◦ green 223 ◦ blue 51

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

Shades of Lime Green #38DF33

Tints of Lime Green #38DF33

RGB

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

 GREEN value IS 223 (87.5% from 255) = 67.58%

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

R = 16.97%
G = 67.58%
B = 15.45%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#38DF33 (or 0x38DF33) is known color: Lime Green. HEX triplet: 38, DF and 33. RGB value is (56,223,51). Sum of RGB (Red+Green+Blue) = 56+223+51=330 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.97% from 330); Green value is 223 (87.5% from 255 or 67.58% from 330); Blue value is 51 (20.31% from 255 or 15.45% from 330); Max value from RGB is 223 - color contains mainly: green. Hex color #38DF33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38DF33 is #C720CC. Grayscale: #999999. Windows color (decimal): -13050061 or 3399480. OLE color: 3399480.

HSL color Cylindrical-coordinate representation of color #38DF33: hue angle of 118.26º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38DF33 is Cyan = 0.75, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 56 223 51 -
CMYK 0.75 0 0.77 0.13
HSL 118.26º 0.73% 0.54% -
HSV(B) 118.26º 0.77% 0.87% -
XYZ 28.62 53.86 12.02 -
YUV 153.46 70.17 58.49 -
System Red Green Blue C M Y K H S L
Decimal 56 223 51 0.75 0 0.77 0.13 118.26 0.73 0.54
Hex 38 DF 33 4B 0 4D D 76 49 36
Octal 70 337 63 113 0 115 15 166 111 66
Binary 111000 11011111 110011 1001011 0 1001101 1101 1110110 1001001 110110

Color Harmonies of #38DF33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DF33

Black with #38DF33

Text Example


Text Example

White with #38DF33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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