Html Css Color HEX #38BC33 Lime Green

📋 copy color: '#38BC33'

red 56 ◦ green 188 ◦ blue 51

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

Shades of Lime Green #38BC33

Tints of Lime Green #38BC33

RGB

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

 GREEN value IS 188 (73.83% from 255) = 63.73%

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

R = 18.98%
G = 63.73%
B = 17.29%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#38BC33 (or 0x38BC33) is known color: Lime Green. HEX triplet: 38, BC and 33. RGB value is (56,188,51). Sum of RGB (Red+Green+Blue) = 56+188+51=295 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.98% from 295); Green value is 188 (73.83% from 255 or 63.73% from 295); Blue value is 51 (20.31% from 255 or 17.29% from 295); Max value from RGB is 188 - color contains mainly: green. Hex color #38BC33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38BC33 is #C743CC. Grayscale: #858585. Windows color (decimal): -13059021 or 3390520. OLE color: 3390520.

HSL color Cylindrical-coordinate representation of color #38BC33: hue angle of 117.81º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38BC33 is Cyan = 0.70, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB 56 188 51 -
CMYK 0.70 0 0.73 0.26
HSL 117.81º 0.57% 0.47% -
HSV(B) 117.81º 0.73% 0.74% -
XYZ 20.21 37.05 9.22 -
YUV 132.91 81.77 73.14 -
System Red Green Blue C M Y K H S L
Decimal 56 188 51 0.70 0 0.73 0.26 117.81 0.57 0.47
Hex 38 BC 33 46 0 49 1A 76 39 2F
Octal 70 274 63 106 0 111 32 166 71 57
Binary 111000 10111100 110011 1000110 0 1001001 11010 1110110 111001 101111

Color Harmonies of #38BC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BC33

Black with #38BC33

Text Example


Text Example

White with #38BC33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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