Html Css Color HEX #CDEF04 Electric Lime

📋 copy color: '#CDEF04'

red 205 ◦ green 239 ◦ blue 4

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

Shades of Electric Lime #CDEF04

Tints of Electric Lime #CDEF04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.89%

R = 45.76%
G = 53.35%
B = 0.89%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#CDEF04 (or 0xCDEF04) is known color: Electric Lime. HEX triplet: CD, EF and 04. RGB value is (205,239,4). Sum of RGB (Red+Green+Blue) = 205+239+4=448 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.76% from 448); Green value is 239 (93.75% from 255 or 53.35% from 448); Blue value is 4 (1.95% from 255 or 0.89% from 448); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDEF04 is #3210FB. Grayscale: #CACACA. Windows color (decimal): -3281148 or 323533. OLE color: 323533.

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

Color convert

RGB 205 239 4 -
CMYK 0.14 0 0.98 0.06
HSL 68.68º 0.97% 0.48% -
HSV(B) 68.68º 0.98% 0.94% -
XYZ 56.07 74.72 11.58 -
YUV 202.04 16.24 130.11 -
System Red Green Blue C M Y K H S L
Decimal 205 239 4 0.14 0 0.98 0.06 68.68 0.97 0.48
Hex CD EF 4 E 0 62 6 45 61 30
Octal 315 357 4 16 0 142 6 105 141 60
Binary 11001101 11101111 100 1110 0 1100010 110 1000101 1100001 110000

Color Harmonies of #CDEF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEF04

Black with #CDEF04

Text Example


Text Example

White with #CDEF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEF04; }

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

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

background-color css

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

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

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

border-color css

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

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

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