Html Css Color HEX #38E23B Lime Green

📋 copy color: '#38E23B'

red 56 ◦ green 226 ◦ blue 59

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

Shades of Lime Green #38E23B

Tints of Lime Green #38E23B

RGB

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

 GREEN value IS 226 (88.67% from 255) = 66.28%

 BLUE value IS 59 (23.44% from 255) = 17.3%

R = 16.42%
G = 66.28%
B = 17.3%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.74

 K value IS 0.11

RGB Variations

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

Color information

#38E23B (or 0x38E23B) is known color: Lime Green. HEX triplet: 38, E2 and 3B. RGB value is (56,226,59). Sum of RGB (Red+Green+Blue) = 56+226+59=341 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.42% from 341); Green value is 226 (88.67% from 255 or 66.28% from 341); Blue value is 59 (23.44% from 255 or 17.30% from 341); Max value from RGB is 226 - color contains mainly: green. Hex color #38E23B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38E23B is #C71DC4. Grayscale: #9C9C9C. Windows color (decimal): -13049285 or 3924536. OLE color: 3924536.

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

Color convert

RGB 56 226 59 -
CMYK 0.75 0 0.74 0.11
HSL 121.06º 0.75% 0.55% -
HSV(B) 121.06º 0.75% 0.89% -
XYZ 29.62 55.55 13.3 -
YUV 156.13 73.18 56.58 -
System Red Green Blue C M Y K H S L
Decimal 56 226 59 0.75 0 0.74 0.11 121.06 0.75 0.55
Hex 38 E2 3B 4B 0 4A B 79 4B 37
Octal 70 342 73 113 0 112 13 171 113 67
Binary 111000 11100010 111011 1001011 0 1001010 1011 1111001 1001011 110111

Color Harmonies of #38E23B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E23B

Black with #38E23B

Text Example


Text Example

White with #38E23B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,226,59); }

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

background-color css

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

 a { background-color: rgb(56,226,59); }

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

border-color css

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

 span { border-color: rgb(56,226,59); }

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