Html Css Color HEX #38CF30 Lime Green

📋 copy color: '#38CF30'

red 56 ◦ green 207 ◦ blue 48

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

Shades of Lime Green #38CF30

Tints of Lime Green #38CF30

RGB

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

 GREEN value IS 207 (81.25% from 255) = 66.56%

 BLUE value IS 48 (19.14% from 255) = 15.43%

R = 18.01%
G = 66.56%
B = 15.43%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#38CF30 (or 0x38CF30) is known color: Lime Green. HEX triplet: 38, CF and 30. RGB value is (56,207,48). Sum of RGB (Red+Green+Blue) = 56+207+48=311 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.01% from 311); Green value is 207 (81.25% from 255 or 66.56% from 311); Blue value is 48 (19.14% from 255 or 15.43% from 311); Max value from RGB is 207 - color contains mainly: green. Hex color #38CF30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38CF30 is #C730CF. Grayscale: #909090. Windows color (decimal): -13054160 or 3198776. OLE color: 3198776.

HSL color Cylindrical-coordinate representation of color #38CF30: hue angle of 116.98º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38CF30 is Cyan = 0.73, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB 56 207 48 -
CMYK 0.73 0 0.77 0.19
HSL 116.98º 0.62% 0.5% -
HSV(B) 116.98º 0.77% 0.81% -
XYZ 24.48 45.68 10.32 -
YUV 143.73 73.97 65.43 -
System Red Green Blue C M Y K H S L
Decimal 56 207 48 0.73 0 0.77 0.19 116.98 0.62 0.5
Hex 38 CF 30 49 0 4D 13 75 3E 32
Octal 70 317 60 111 0 115 23 165 76 62
Binary 111000 11001111 110000 1001001 0 1001101 10011 1110101 111110 110010

Color Harmonies of #38CF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CF30

Black with #38CF30

Text Example


Text Example

White with #38CF30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,207,48); }

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

background-color css

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

 a { background-color: rgb(56,207,48); }

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

border-color css

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

 span { border-color: rgb(56,207,48); }

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