Html Css Color HEX #38DF34 Lime Green

📋 copy color: '#38DF34'

red 56 ◦ green 223 ◦ blue 52

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

Shades of Lime Green #38DF34

Tints of Lime Green #38DF34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.71%

R = 16.92%
G = 67.37%
B = 15.71%

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

#38DF34 (or 0x38DF34) is known color: Lime Green. HEX triplet: 38, DF and 34. RGB value is (56,223,52). Sum of RGB (Red+Green+Blue) = 56+223+52=331 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.92% from 331); Green value is 223 (87.5% from 255 or 67.37% from 331); Blue value is 52 (20.70% from 255 or 15.71% from 331); Max value from RGB is 223 - color contains mainly: green. Hex color #38DF34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38DF34 is #C720CB. Grayscale: #9A9A9A. Windows color (decimal): -13050060 or 3465016. OLE color: 3465016.

HSL color Cylindrical-coordinate representation of color #38DF34: hue angle of 118.6º 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 #38DF34 is Cyan = 0.75, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 56 223 52 -
CMYK 0.75 0 0.77 0.13
HSL 118.6º 0.73% 0.54% -
HSV(B) 118.6º 0.77% 0.87% -
XYZ 28.64 53.86 12.14 -
YUV 153.57 70.67 58.4 -
System Red Green Blue C M Y K H S L
Decimal 56 223 52 0.75 0 0.77 0.13 118.6 0.73 0.54
Hex 38 DF 34 4B 0 4D D 77 49 36
Octal 70 337 64 113 0 115 15 167 111 66
Binary 111000 11011111 110100 1001011 0 1001101 1101 1110111 1001001 110110

Color Harmonies of #38DF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DF34

Black with #38DF34

Text Example


Text Example

White with #38DF34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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