Html Css Color HEX #CDFF0D Electric Lime

📋 copy color: '#CDFF0D'

red 205 ◦ green 255 ◦ blue 13

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

Shades of Electric Lime #CDFF0D

Tints of Electric Lime #CDFF0D

RGB

 RED value IS 205 (80.47% from 255) = 43.34%

 GREEN value IS 255 (100% from 255) = 53.91%

 BLUE value IS 13 (5.47% from 255) = 2.75%

R = 43.34%
G = 53.91%
B = 2.75%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#CDFF0D (or 0xCDFF0D) is known color: Electric Lime. HEX triplet: CD, FF and 0D. RGB value is (205,255,13). Sum of RGB (Red+Green+Blue) = 205+255+13=473 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.34% from 473); Green value is 255 (100% from 255 or 53.91% from 473); Blue value is 13 (5.47% from 255 or 2.75% from 473); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFF0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDFF0D is #3200F2. Grayscale: #D5D5D5. Windows color (decimal): -3277043 or 917453. OLE color: 917453.

HSL color Cylindrical-coordinate representation of color #CDFF0D: hue angle of 72.4º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CDFF0D is Cyan = 0.20, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.

Color convert

RGB 205 255 13 -
CMYK 0.20 0 0.95 0
HSL 72.4º 1% 0.53% -
HSV(B) 72.4º 0.95% 1% -
XYZ 61.01 84.53 13.48 -
YUV 212.46 15.44 122.68 -
System Red Green Blue C M Y K H S L
Decimal 205 255 13 0.20 0 0.95 0 72.4 1 0.53
Hex CD FF D 14 0 5F 0 48 64 35
Octal 315 377 15 24 0 137 0 110 144 65
Binary 11001101 11111111 1101 10100 0 1011111 0 1001000 1100100 110101

Color Harmonies of #CDFF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDFF0D

Black with #CDFF0D

Text Example


Text Example

White with #CDFF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDFF0D; }

 p { color: rgb(205,255,13); }

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

background-color css

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

 a { background-color: rgb(205,255,13); }

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

border-color css

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

 span { border-color: rgb(205,255,13); }

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