Html Css Color HEX #CDEF13 Electric Lime

📋 copy color: '#CDEF13'

red 205 ◦ green 239 ◦ blue 19

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

Shades of Electric Lime #CDEF13

Tints of Electric Lime #CDEF13

RGB

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

 GREEN value IS 239 (93.75% from 255) = 51.62%

 BLUE value IS 19 (7.81% from 255) = 4.1%

R = 44.28%
G = 51.62%
B = 4.1%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#CDEF13 (or 0xCDEF13) is known color: Electric Lime. HEX triplet: CD, EF and 13. RGB value is (205,239,19). Sum of RGB (Red+Green+Blue) = 205+239+19=463 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.28% from 463); Green value is 239 (93.75% from 255 or 51.62% from 463); Blue value is 19 (7.81% from 255 or 4.10% from 463); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDEF13 is #3210EC. Grayscale: #CCCCCC. Windows color (decimal): -3281133 or 1306573. OLE color: 1306573.

HSL color Cylindrical-coordinate representation of color #CDEF13: hue angle of 69.27º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CDEF13 is Cyan = 0.14, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 205 239 19 -
CMYK 0.14 0 0.92 0.06
HSL 69.27º 0.87% 0.51% -
HSV(B) 69.27º 0.92% 0.94% -
XYZ 56.16 74.76 12.09 -
YUV 203.75 23.74 128.89 -
System Red Green Blue C M Y K H S L
Decimal 205 239 19 0.14 0 0.92 0.06 69.27 0.87 0.51
Hex CD EF 13 E 0 5C 6 45 57 33
Octal 315 357 23 16 0 134 6 105 127 63
Binary 11001101 11101111 10011 1110 0 1011100 110 1000101 1010111 110011

Color Harmonies of #CDEF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEF13

Black with #CDEF13

Text Example


Text Example

White with #CDEF13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEF13; }

 p { color: rgb(205,239,19); }

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

background-color css

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

 a { background-color: rgb(205,239,19); }

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

border-color css

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

 span { border-color: rgb(205,239,19); }

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