Html Css Color HEX #38D30C Kelly Green

📋 copy color: '#38D30C'

red 56 ◦ green 211 ◦ blue 12

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

Shades of Kelly Green #38D30C

Tints of Kelly Green #38D30C

RGB

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

 GREEN value IS 211 (82.81% from 255) = 75.63%

 BLUE value IS 12 (5.08% from 255) = 4.3%

R = 20.07%
G = 75.63%
B = 4.3%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#38D30C (or 0x38D30C) is known color: Kelly Green. HEX triplet: 38, D3 and 0C. RGB value is (56,211,12). Sum of RGB (Red+Green+Blue) = 56+211+12=279 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.07% from 279); Green value is 211 (82.81% from 255 or 75.63% from 279); Blue value is 12 (5.08% from 255 or 4.30% from 279); Max value from RGB is 211 - color contains mainly: green. Hex color #38D30C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38D30C is #C72CF3. Grayscale: #8E8E8E. Windows color (decimal): -13053172 or 840504. OLE color: 840504.

HSL color Cylindrical-coordinate representation of color #38D30C: hue angle of 106.73º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #38D30C is Cyan = 0.73, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 56 211 12 -
CMYK 0.73 0 0.94 0.17
HSL 106.73º 0.89% 0.44% -
HSV(B) 106.73º 0.94% 0.83% -
XYZ 24.99 47.46 8.19 -
YUV 141.97 54.65 66.68 -
System Red Green Blue C M Y K H S L
Decimal 56 211 12 0.73 0 0.94 0.17 106.73 0.89 0.44
Hex 38 D3 C 49 0 5E 11 6B 59 2C
Octal 70 323 14 111 0 136 21 153 131 54
Binary 111000 11010011 1100 1001001 0 1011110 10001 1101011 1011001 101100

Color Harmonies of #38D30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D30C

Black with #38D30C

Text Example


Text Example

White with #38D30C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,211,12); }

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

background-color css

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

 a { background-color: rgb(56,211,12); }

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

border-color css

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

 span { border-color: rgb(56,211,12); }

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