Html Css Color HEX #38E334 Lime Green

📋 copy color: '#38E334'

red 56 ◦ green 227 ◦ blue 52

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

Shades of Lime Green #38E334

Tints of Lime Green #38E334

RGB

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

 GREEN value IS 227 (89.06% from 255) = 67.76%

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

R = 16.72%
G = 67.76%
B = 15.52%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#38E334 (or 0x38E334) is known color: Lime Green. HEX triplet: 38, E3 and 34. RGB value is (56,227,52). Sum of RGB (Red+Green+Blue) = 56+227+52=335 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.72% from 335); Green value is 227 (89.06% from 255 or 67.76% from 335); Blue value is 52 (20.70% from 255 or 15.52% from 335); Max value from RGB is 227 - color contains mainly: green. Hex color #38E334 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38E334 is #C71CCB. Grayscale: #9C9C9C. Windows color (decimal): -13049036 or 3466040. OLE color: 3466040.

HSL color Cylindrical-coordinate representation of color #38E334: hue angle of 118.63º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38E334 is Cyan = 0.75, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.

Color convert

RGB 56 227 52 -
CMYK 0.75 0 0.77 0.11
HSL 118.63º 0.76% 0.55% -
HSV(B) 118.63º 0.77% 0.89% -
XYZ 29.72 56.03 12.5 -
YUV 155.92 69.35 56.73 -
System Red Green Blue C M Y K H S L
Decimal 56 227 52 0.75 0 0.77 0.11 118.63 0.76 0.55
Hex 38 E3 34 4B 0 4D B 77 4C 37
Octal 70 343 64 113 0 115 13 167 114 67
Binary 111000 11100011 110100 1001011 0 1001101 1011 1110111 1001100 110111

Color Harmonies of #38E334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E334

Black with #38E334

Text Example


Text Example

White with #38E334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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