Html Css Color HEX #38CC02 Kelly Green

📋 copy color: '#38CC02'

red 56 ◦ green 204 ◦ blue 2

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

Shades of Kelly Green #38CC02

Tints of Kelly Green #38CC02

RGB

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

 GREEN value IS 204 (80.08% from 255) = 77.86%

 BLUE value IS 2 (1.17% from 255) = 0.76%

R = 21.37%
G = 77.86%
B = 0.76%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#38CC02 (or 0x38CC02) is known color: Kelly Green. HEX triplet: 38, CC and 02. RGB value is (56,204,2). Sum of RGB (Red+Green+Blue) = 56+204+2=262 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.37% from 262); Green value is 204 (80.08% from 255 or 77.86% from 262); Blue value is 2 (1.17% from 255 or 0.76% from 262); Max value from RGB is 204 - color contains mainly: green. Hex color #38CC02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38CC02 is #C733FD. Grayscale: #898989. Windows color (decimal): -13054974 or 183352. OLE color: 183352.

HSL color Cylindrical-coordinate representation of color #38CC02: hue angle of 103.96º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #38CC02 is Cyan = 0.73, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.2.

Color convert

RGB 56 204 2 -
CMYK 0.73 0 0.99 0.2
HSL 103.96º 0.98% 0.4% -
HSV(B) 103.96º 0.99% 0.8% -
XYZ 23.23 44.03 7.33 -
YUV 136.72 51.97 70.43 -
System Red Green Blue C M Y K H S L
Decimal 56 204 2 0.73 0 0.99 0.2 103.96 0.98 0.4
Hex 38 CC 2 49 0 63 14 68 62 28
Octal 70 314 2 111 0 143 24 150 142 50
Binary 111000 11001100 10 1001001 0 1100011 10100 1101000 1100010 101000

Color Harmonies of #38CC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CC02

Black with #38CC02

Text Example


Text Example

White with #38CC02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,204,2); }

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

background-color css

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

 a { background-color: rgb(56,204,2); }

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

border-color css

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

 span { border-color: rgb(56,204,2); }

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